Memory Pool Memory Pool Refreshing

3,922 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (583,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
324,087 324,087 000000000000000013d7a6b6caa481cb81fd453f38e5dcdd2e81a2e779813a94 0.04 MB 87 13
324,086 324,086 00000000000000001eade320c324914cb36a0da87574178b34c94548c30406ab 0.20 MB 217 18
324,085 324,085 00000000000000001b24921b112b9f766206abb588ab03fe2a544cf60c300f0e 0.64 MB 1,013 24
324,084 324,084 000000000000000000c8dc0aeee5d53780945916eb59183a0f2271868415456f 0.32 MB 607 34
324,083 324,083 00000000000000000c3c8d69609360902a382c7345d03755147cbdf4bdbeb372 0.17 MB 327 25
324,082 324,082 00000000000000001538b43353255e15373bb84fa093287e03e81815741c3056 0.14 MB 260 27
324,081 324,081 0000000000000000147d4abeed37e4dbfcf5dfb2b7700b2754dfafefb4273ea9 0.18 MB 280 26
324,080 324,080 000000000000000014f6e4d93ee11f94fa7948271c61f31a124e7cf6b984bb6d 0.75 MB 1,077 23
324,079 324,079 00000000000000001acaff894ad1810c3aaff1f8a93c8c2ceeeaac6f30583ce7 0.03 MB 46 34
324,078 324,078 000000000000000003de39853ed487c3e40f1aa9f6f339a23f1639426eeff9b3 0.01 MB 20 25
324,077 324,077 0000000000000000051e1cddfc9326fb292856d61e584862bd7343a5846f0af2 0.25 MB 224 18
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.29 GB sent, 93.11 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.