Memory Pool Memory Pool Refreshing

9,331 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (807,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,288 100,288 00000000000269dfa12bc4ddf19d487bc3fe964ec211ff195ffc22150e07f268 0.00 MB 1 0
100,287 100,287 000000000000cf221d5dd818aa6510584a16811c10a92a14180699e1f7afb28e 0.00 MB 2 0
100,286 100,286 000000000003b6d1005422a3a270cfc70e20e9f1d4216a15d025ebf7c6497d03 0.00 MB 1 0
100,285 100,285 00000000000007447e24cd8b01a1ece85a05918babcfe915ef7c39cdf1dce276 0.00 MB 1 0
100,284 100,284 0000000000008e444ce20cb0ce2e606f2813551e8b1db42ab43ea0c9f1198e39 0.00 MB 2 0
100,283 100,283 000000000003d014210dcffd602715545bce976f0f257d99279c83c2778e7150 0.00 MB 3 226
100,282 100,282 0000000000017313f9a98bbef19d765d00a36dd58012107d431afe8e4c126f5e 0.00 MB 12 0
100,281 100,281 0000000000037365cdad16f2517e55eee6c7d908f6069cb2c11a82b6cd14397b 0.00 MB 5 651
100,280 100,280 000000000001e6f6d3eaa3fcc6cf16cf45722fa3cb6543767252a93714cbad4d 0.00 MB 2 0
100,279 100,279 000000000004089b5e9e392a8d9e7e8cc70b3e5c828f953da2e69ed03f5f4363 0.00 MB 2 0
100,278 100,278 000000000002f4647c178f69c72987dfaa791604c377ce408a6aa989a4e027c7 0.00 MB 2 0
100,277 100,277 0000000000007b6dcda13271151eeed770e833e5c99fd0ef2fea41e9030d4b99 0.00 MB 1 0
100,276 100,276 000000000002920cb08da78fa0af3dda8c9f12d06a82b1e3c43ab411b68eb49e 0.00 MB 1 0
100,275 100,275 000000000003de9acdff2ddfa85c1f2f19bb879a76834a79a691cd3db16ad298 0.00 MB 1 0
100,274 100,274 0000000000041216a8f37b7f2c422df0b57dd8d5316f4fa6d64dffdeadbcbac1 0.00 MB 4 0
100,273 100,273 0000000000039d5ca4d2af0b01797caa87ac6f429b148ec53902384a50e0b68f 0.00 MB 4 0
100,272 100,272 000000000000e293de2d817466952dd97dabc63f2c102e5eba9a26a05c4105af 0.00 MB 1 0
100,271 100,271 00000000000269dadcab9db7ded4f6c2f1424cd6e346d83ab8f983f4baf9ff87 0.00 MB 2 0
100,270 100,270 000000000001a19c17278f83d82d5465c36c76e606c07ec852995dd709492e50 0.00 MB 1 0
100,269 100,269 0000000000048011050649f4cf4497915787a361412aac384c2b5505b97eb08a 0.00 MB 7 0
100,268 100,268 000000000003f5ce514a27b86c869abf06d8b3c003cffa2e57ba743bfa81406a 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.