Memory Pool Memory Pool Refreshing

7,145 transactions
3.56 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,688 (583,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,108 324,108 000000000000000008c22e25dde15fc12d8728bd28797969116c7da08f3fdf2e 0.19 MB 332 22
324,107 324,107 000000000000000016f231f049883a4a05e53477682ab1cecafcd720f5d9a3ed 0.35 MB 603 27
324,106 324,106 00000000000000001407e7ac307a60d787aece58583c96eb786d2c7a319508d8 0.08 MB 139 25
324,105 324,105 000000000000000012bad1bb639944c77e5e8b476b25f81006fcdefc49591a11 0.00 MB 1 0
324,104 324,104 00000000000000000699db7f5e3c3558c52f4bd3a57e9aa5cc0a4047549c36bf 0.21 MB 300 22
324,103 324,103 000000000000000003909a90fec2c090f3fd08775d58dd9f973b580e89c4704e 0.11 MB 245 28
324,102 324,102 000000000000000014215e1658270abf22041a20876821e42bb3b5d3d6559f61 0.35 MB 716 31
324,101 324,101 0000000000000000107c51d42a607e99c88fca044624d23c76913678759875b2 0.11 MB 188 23
324,100 324,100 0000000000000000187ec1bbf79d9c939a1d45542bf6d616a870f67eecfa02fc 0.37 MB 674 25
324,099 324,099 00000000000000001bd9bf7daa027c9beaad7ab4e50335695d20183a5a5152b9 0.48 MB 822 25
324,098 324,098 00000000000000000c56e3211220727891285d5ac6b5d83c1dca10abd0aa2eb2 0.56 MB 731 21
324,097 324,097 00000000000000001a077a191d376820ead4bd7966ade4714cb1f250a37c9816 0.35 MB 1,012 40
324,096 324,096 0000000000000000020e9c54c4713bb440116e2943a1a69bfe7d24ba102a312f 0.49 MB 856 27
324,095 324,095 0000000000000000094c8d391e83b79bda4f7f7e0c50f1c2316a80eca82c6027 0.22 MB 381 25
324,094 324,094 00000000000000001bfc3213c9f99b4811b3f2aea26cbbd0cdcf956a190155fe 0.02 MB 30 15
324,093 324,093 000000000000000000e2a09dbd7f1d46339de9206cbbd05073b14c3eeadd51c8 0.01 MB 25 29
324,092 324,092 00000000000000001d96ab3ef998fad748b13743f3b77f043778ed52abcbcd68 0.12 MB 290 26
324,091 324,091 000000000000000015fef86685bb9025f759523ca9b517e6b120dcac0b1ffdd7 0.23 MB 469 28
324,090 324,090 00000000000000001bc280bc7dba79e91acada4491af3443081e20da9d7cf98c 0.25 MB 518 29
324,089 324,089 0000000000000000042cbf7c0177abc2328a1b5119dff222bd08c69475fe70ef 0.11 MB 250 31
324,088 324,088 0000000000000000193bf8888f7620195beff67efd13f048c15b4ea2113fc564 0.36 MB 670 25
Previous 10 blocks ↓
Total Size: 768.96 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,615.40 GB sent, 92.63 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.