Memory Pool Memory Pool Refreshing

10,639 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,570 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (186,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,280 721,280 0000000000000000000479fb81da34a9a617313f7b2f0548a0e0878ed8580628 1.27 MB 689 4
721,279 721,279 000000000000000000096ca94a8fd478b35baa7f4194dfee4b3aa7880d1b5dcf 1.28 MB 685 3
721,278 721,278 00000000000000000009c93f62aa285d5ed646706aff29e97236709605193fa8 1.59 MB 961 4
721,277 721,277 0000000000000000000a56cdc5d4806116c3a7247d322ed5b69bccd48381f619 1.26 MB 1,470 5
721,276 721,276 00000000000000000005dd7179e1cd61ac0d257b8a6cb56787f115158164b2df 1.88 MB 403 2
721,275 721,275 00000000000000000001c776726bae0b18c7730aa432f76fd09d7813e606c559 1.69 MB 1,085 3
721,274 721,274 0000000000000000000163624406c5e148e7223ce7ffe1105183d59b16188578 1.72 MB 1,072 6
721,273 721,273 000000000000000000066e7a60dadae171aa2b582f272f0093cda2f600c0a8de 1.50 MB 548 1
721,272 721,272 0000000000000000000766a7a272c55248649c89e1b2c729ecd2ec84c328e6a4 1.29 MB 1,311 5
721,271 721,271 0000000000000000000981e890b1dc39dcce165d51e617b8664660238dadbd18 1.40 MB 1,954 12
721,270 721,270 00000000000000000001a4cef1b20bea4cf3b749265ed7afa1b178d79724449b 1.67 MB 1,313 8
721,269 721,269 00000000000000000007d1368e2266141b53d8551d10360e8e3e1a3fc1b1b5df 1.30 MB 947 1
721,268 721,268 000000000000000000088a26520e2ef3845b6aa26db95931741fd79723534c52 1.32 MB 690 1
721,267 721,267 000000000000000000002da15df79b01ad18ebf3f7a775e199511a11fd11ef0b 1.54 MB 1,435 3
721,266 721,266 00000000000000000007490bdcfe5c7a214720424ae9ce086984082b765f0956 1.55 MB 2,296 14
721,265 721,265 000000000000000000013532efde7b88c8122d256840899da3fec67b341f7033 1.53 MB 2,572 13
721,264 721,264 00000000000000000005e7213859bf8fd09fbf4d17db0c5cbfe97372f518c59a 1.43 MB 2,134 10
721,263 721,263 00000000000000000005da4e9a19ef15e5465b955336bd68612e32a9ba7c4bd7 1.10 MB 664 3
721,262 721,262 0000000000000000000845cb875b768322301ae3eecefa6bcecd4156e459c595 1.43 MB 2,481 21
721,261 721,261 00000000000000000003e278929cbe63b1658d7669666016da0c209a31334106 1.50 MB 1,304 5
721,260 721,260 0000000000000000000105b594ce59fad3c8aead971e2867b72bd9d37bed6b1d 1.78 MB 1,147 18
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.46 GB sent, 92.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.