Memory Pool Memory Pool Refreshing

7,705 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,012 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (197,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
710,431 710,431 00000000000000000001d29d7ecbb0c77b38995a3cd7d1be7e38b5025d4b40b8 1.51 MB 3,143 18
710,430 710,430 0000000000000000000ad1a9183d4fd4f83e81aaee861d2d03ecc5ad8b5094a7 1.41 MB 2,679 10
710,429 710,429 000000000000000000001eba13fd79ed45526bcd8046398c683c3e5116084044 1.38 MB 3,141 28
710,428 710,428 000000000000000000027d8f2e306ff1fe2afd56bc9c4b1571c6ee373ec48e51 1.13 MB 650 4
710,427 710,427 00000000000000000004c3ad1667cc12b517e5aa2a4f3eae9a50f4c67b16deb1 1.43 MB 2,802 17
710,426 710,426 000000000000000000017019b6a0878917a9738f09c261fd97915b48ad785a8c 1.39 MB 1,539 4
710,425 710,425 000000000000000000092a4ff813c300e5dba844a99b29ecbee36e1a9156d2f9 1.51 MB 2,127 13
710,424 710,424 0000000000000000000422a1a992c642ad5ec736a258112bcd001182d0d03c31 1.52 MB 2,835 7
710,423 710,423 000000000000000000054bdb96004f716ddd50ea1f2d0ccc9de2a7b9cd92f83b 1.49 MB 3,371 8
710,422 710,422 000000000000000000087d6e437d438e54bc9c3554b4fe9421156e535a07bfb1 1.49 MB 3,440 13
710,421 710,421 000000000000000000084081b29472bf02595bb85670dfc3de99bbaa41be9d84 1.47 MB 4,566 7
710,420 710,420 0000000000000000000adbd5c08c777ea8fbc683d54795471232cb5799e71ac9 1.70 MB 721 10
710,419 710,419 00000000000000000002bd68a965dc7779dab05750eb17390d67b760872e11b3 1.65 MB 1,312 16
710,418 710,418 00000000000000000006b9d7141e954e54781ceb4a802f65e90481f0d6f095a4 1.63 MB 1,640 13
710,417 710,417 00000000000000000000477c353095692ddb22f5e83465b93f41e5f2156c0a6d 1.50 MB 2,880 28
710,416 710,416 000000000000000000022b107bc552bba39c29bf59bbc5aaf0f2b8d373a138e4 1.79 MB 479 10
710,415 710,415 000000000000000000038caf3a32f4f2bd3c2681acf7e6fc12ff32e5d33e19e1 1.75 MB 1,597 17
710,414 710,414 00000000000000000003aadf3be749ef98ef21b60d5f148051f5ea7a1c78ad1b 1.70 MB 1,174 15
710,413 710,413 00000000000000000008fddd0eb72e2e93f00e34d10826a7f92ef4d20ad50012 0.50 MB 747 9
710,412 710,412 00000000000000000005df0e5deed7c1be0044ed4ff3ae0533320967abbfe7fb 0.74 MB 1,324 11
710,411 710,411 00000000000000000002d84d3f62132a9174b3e2b470895839f4ecb749669d00 0.94 MB 1,636 9
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.40 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.