Memory Pool Memory Pool Refreshing

2,858 transactions
24.60 vMB
Show Random Selection Loading Transactions
Max Size: 100/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,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,539 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (810,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,133 98,133 000000000004314a92c7dc5033f7ccf81f062199d45df654b5d5655a06e0bf40 0.00 MB 1 0
98,132 98,132 0000000000027d9a5bed2168ec380cbc5b43bcf09420252ed04730b0f101f06d 0.00 MB 4 0
98,131 98,131 00000000000284413eea0aa24d8a2acde628ba3dd540ff72a7fbaacdfcd330db 0.00 MB 1 0
98,130 98,130 00000000000390b4cc6950524729562430dcc0d5813c4e0daa5941b39af46a7e 0.00 MB 1 0
98,129 98,129 0000000000052bc10a5656d31c325207e5b9f8e122f8325ea9ccc1a87cfd91a1 0.00 MB 1 0
98,128 98,128 00000000000048711cd0d90f00334f76ff67992f5392f787f66bf4e170aaf99d 0.00 MB 1 0
98,127 98,127 00000000000442b4883fc01819613a3918494a3197805aac44df3899b3e2688c 0.00 MB 2 0
98,126 98,126 0000000000015edf20bdb8c97fa2f7d3187e47bb0ae06ec68e177671281951a8 0.00 MB 3 0
98,125 98,125 000000000001216daece569ee24448c50458ca151fbccf4c8598365a8e786f6b 0.00 MB 4 0
98,124 98,124 00000000000074d490c53636a27cc89c981819df31e92a5f7e5dabd4e449f0c0 0.00 MB 2 0
98,123 98,123 000000000001be0a613f337a69be20920523887fb321d36c888ea249fffe2ba8 0.00 MB 1 0
98,122 98,122 00000000000357fe35a23c41ebc36f9c40b4fb3dc86a390445aed5f159d9694d 0.00 MB 1 0
98,121 98,121 00000000000029404aaf734d7c73a1a17402adedae884e02f24419949477c765 0.00 MB 6 0
98,120 98,120 0000000000043f3ba357af32a65c46f683ae6905b4a0a48cd3ee2d52d0f3c0fd 0.00 MB 2 0
98,119 98,119 000000000004862117e2ac90ccaa9c865bd52ceeec668e6586571695fef79407 0.00 MB 1 0
98,118 98,118 000000000004b2759b0c6364bfdf12723cdf419c22285b5947d61c8904b887d1 0.00 MB 1 0
98,117 98,117 000000000002d89e411dd2b7ec813d57b348cce2bf30b89b98becb675270f5c8 0.00 MB 3 0
98,116 98,116 000000000000dcfbb9b027784c8d497fb28b367cc6b2c72d813b61abb5d843a5 0.00 MB 2 0
98,115 98,115 000000000004b6e431ce9ca2392584738f6b48883d8f21b7578cea1aa66e8dea 0.00 MB 1 0
98,114 98,114 0000000000009ab93d23ec465574c83918f63e6b04b407be0dd6e534a4534ca7 0.00 MB 2 0
98,113 98,113 000000000003fab59ce1fbce5c8975214523856f8713025cdcad1502fa307257 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,695.34 GB sent, 98.56 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.