Memory Pool Memory Pool Refreshing

4,713 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,798 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (22,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,416 885,416 000000000000000000006b95cb3ffe4f6f68f063e4b6773b2bde1be017f24cce 1.59 MB 4,312 10
885,415 885,415 000000000000000000023511efe672df038e9d52233f1230d87efebe7add7c2f 1.56 MB 3,760 12
885,414 885,414 000000000000000000019637b3ae1102a8a36d6d284a38a4fcdf510addc945ad 1.46 MB 3,486 16
885,413 885,413 000000000000000000025167ab6add5cba06e655f258423326068b5d4ccb90a7 1.76 MB 4,031 4
885,412 885,412 000000000000000000005d880584c00f475cacd1319f99c727dfe017e2469995 1.59 MB 3,158 5
885,411 885,411 0000000000000000000177b7690f1cb8994d7c639a6fce6e2aa894d0dfcec39c 1.39 MB 2,396 7
885,410 885,410 0000000000000000000289e787c0869e891410c6215b22c1e2397ba31da3ae60 1.36 MB 2,013 5
885,409 885,409 00000000000000000000b2c02879a34184804d5ea16d45ae52846c3e0e77b486 1.23 MB 809 5
885,408 885,408 000000000000000000026b7227cc3666d42e082ba83f6587bfdef547ba29bfb4 1.53 MB 3,692 8
885,407 885,407 00000000000000000000e0835802a4a8818b233db8e7503ed7c9a6cbc037b6cc 1.62 MB 1,606 4
885,406 885,406 000000000000000000011b63ea8224cd23c697613746a229632218f6f8074f5d 1.58 MB 3,581 5
885,405 885,405 00000000000000000001e37a75932b96b88cd9a60981a03875ec21844cf118f6 1.53 MB 2,779 5
885,404 885,404 00000000000000000001096d5dbc92f17f57e68a54407895a064ff5a4a91ec00 1.51 MB 2,349 7
885,403 885,403 00000000000000000000b3e5b235e16f389d8e2a0b27bf5ce01bcf68db9558fe 1.46 MB 2,723 6
885,402 885,402 000000000000000000017560ea094c62da6b5ed9e5d1cdac9faebea447519124 1.86 MB 4,150 4
885,401 885,401 000000000000000000019dbd6fabc2ed30fddd4dc1c4c3e87061c86ac893304a 1.52 MB 2,698 6
885,400 885,400 0000000000000000000251f438be1d0b5a6a606fdd453d3df6e569a54e11c07b 1.20 MB 1,348 4
885,399 885,399 0000000000000000000027410240c5d9fba69a42af18d93e2c256843343a6ebe 1.63 MB 1,963 6
885,398 885,398 000000000000000000000c06ff2df0f18fb55f4bb9f5abbefba25d0a9132822c 1.58 MB 3,076 4
885,397 885,397 0000000000000000000012da40a5b30276957ee664a168fb1475ca5adb38d809 1.77 MB 4,872 4
885,396 885,396 00000000000000000000e0d3bc3471c3621546f3da3baa593ad820638bb81daf 1.52 MB 3,040 6
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,627.52 GB sent, 93.13 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.