Memory Pool Memory Pool Refreshing

599 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (860,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,537 47,537 000000002ee048d7b34720c8e1a64ac3e62c14cd1681499e1be1e5238d93d42b 0.00 MB 1 0
47,536 47,536 00000000356f2279d94414cc481649304a9c31453da024966d1b72c57138adac 0.00 MB 1 0
47,535 47,535 000000002dd17bd094802b1f5c0ee9dc23ec7bf46ee8f8deb64be3650a51f12e 0.00 MB 1 0
47,534 47,534 000000002f3b8c2a6d4b4eefc30f4562cb37e0bf4cf8117ce58dfce0de0cdde9 0.00 MB 1 0
47,533 47,533 000000002a74bae4362e120e3a2543eb54b5cc91648568b3ea6d72fbeb1a8534 0.00 MB 1 0
47,532 47,532 000000000f836781e357aff9cc418991aa5b4f625503b2bdab23de34722798e8 0.00 MB 1 0
47,531 47,531 000000000c1429c4d36752a0fcd76bca705f77778a98389b39b3638464d3d597 0.00 MB 1 0
47,530 47,530 000000002ffc457ae52a245488a10684a11bc39078b16c08569288e2a89536a3 0.00 MB 1 0
47,529 47,529 0000000030b898dc47e31e34f6f4fc0b5168247457edaa9e239e438adb65479f 0.00 MB 1 0
47,528 47,528 000000000a67eaf845f403cb8d079dd36edd3bc575529b793a27a98c5c7309e6 0.00 MB 1 0
47,527 47,527 000000002f90e5108f7ed99d3d6af058c13d121d02a91be506f9cebda9ff8a0f 0.00 MB 1 0
47,526 47,526 0000000023115025e8b02d9d1003323815d58f17ecf76cc7ef1a5d50b9fdaae3 0.00 MB 1 0
47,525 47,525 0000000027424ce69961e9985e6d7224e0f527c7c14557d2b4c464804afc3d31 0.00 MB 1 0
47,524 47,524 000000002316449eacef5cf9d6585ab20cd2299b3daa3bceb9cc21a9a00951e7 0.00 MB 1 0
47,523 47,523 000000000cf236b24ffc3f4b6f3b521a9edb278390bc5f2c99b050d05b486d4c 0.00 MB 1 0
47,522 47,522 000000001b7133432c9aa1a18c8a8742ac8f61e60d240a5a57b015e5140c9fbd 0.00 MB 1 0
47,521 47,521 0000000027b1b24867361eea92a2f858275cfa82a97ebfeb248f44387733bb7f 0.00 MB 1 0
47,520 47,520 0000000029d1c602f8d459f2cb3deafcd51a6d62cca144a48192dc69c9e956b6 0.00 MB 1 0
47,519 47,519 0000000004e431c8373c9feaebc78983fcc60ca93d6ce96fa28ee9c381a4588d 0.00 MB 1 0
47,518 47,518 0000000024b4f8a4eeec0d3d2ca91f23c361f65657ae5b713820ff61ad282f44 0.00 MB 1 0
47,517 47,517 0000000007e4abe09687511dd5f486a92c312608ea0e5e5f1b47e1eba9107dfc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.36 GB sent, 98.59 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.