Memory Pool Memory Pool Refreshing

27,359 transactions (10.11 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 54/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (885,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,109 23,109 0000000077d2485eb3fcb92b0e44a075605bd61c8c86ee0b23dd7c5ad427c9d4 0.00 MB 1 0
23,108 23,108 0000000074beac3ce0ad72126429f1e54458e0ed86066bd21f058e2de25e1f54 0.00 MB 1 0
23,107 23,107 000000007780fbe20cb021f08fba559492186229dcc52b189f0de6dd8e7bb573 0.00 MB 1 0
23,106 23,106 000000007049673968da1e7cc3467f7b6819c213ae9548043b545818dd9314e3 0.00 MB 1 0
23,105 23,105 00000000cbbd0b4bdff67222a2758c240bbcfc7773b1cf5ee49de78691a802be 0.00 MB 1 0
23,104 23,104 0000000084420ae60d41bb3ab28f73b3b1e0d91aa42738402689b813a1851dfa 0.00 MB 1 0
23,103 23,103 000000008ef711ac1b25a99d1ff1ae58c975844236da138210055b5dbdf97da0 0.00 MB 1 0
23,102 23,102 0000000074ea2a5fc5ac8fc53689a3f4e50ef91a4eb6ee2a904aa62b7c8d1247 0.00 MB 1 0
23,101 23,101 000000002ccfa2ba3d173c1df43a6de4e1a64d41825f623252914224e2283f9f 0.00 MB 1 0
23,100 23,100 000000004d55437ca542122ac21491121a7d0432193dd6e2e378eb5fdf883d7b 0.00 MB 1 0
23,099 23,099 00000000822a879615892fef2b1c24a81ed02628e09dcafdd62d5ea1ecd7fa91 0.00 MB 1 0
23,098 23,098 00000000659bae496965c657d068bbd23292eb7bc029b4de6d9107ea1c380240 0.00 MB 1 0
23,097 23,097 00000000a61fa9ccf7b3f14caa220ea2a0faff9fee302dc9ddafa1126db24224 0.00 MB 1 0
23,096 23,096 000000001e753f8232917523b6581cdc62d9184bc15f7124f232903d8ade75e1 0.00 MB 1 0
23,095 23,095 000000002cbdc010e952cbca048d16b9d00b29b7a572f93a37da8bb86d004e7c 0.00 MB 1 0
23,094 23,094 000000004c983a48f2cadbe42f1d4cc96ecdfcb041319069d204b61a35f2268e 0.00 MB 1 0
23,093 23,093 00000000818d879fdc4b5d5d8f16cd5dc624ea8a6a63b9d94e8598a33be8c88d 0.00 MB 1 0
23,092 23,092 00000000a99a37330253b73b0ed090a96c9a5619ee3da853f6e9ebbdb173b1b2 0.00 MB 1 0
23,091 23,091 00000000761e191bdbb052ad21e9564e3a9a681d823ae5cedc5a7efe5329efb0 0.00 MB 1 0
23,090 23,090 00000000b7923508e4111ca9c693b0dc45aea899539f11af33bb683d05e9c26a 0.00 MB 1 0
23,089 23,089 00000000d2f3f690d514aefdef0932ccd6b603625adee49d4774e4ccbfb121a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.38 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,863.90 GB sent, 104.31 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.