Memory Pool Memory Pool Refreshing

3,525 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,127 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (88,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,373 819,373 000000000000000000025cd5c5c41ff41c36080305dfb09c5e94726423c30e57 1.51 MB 2,678 39
819,372 819,372 00000000000000000002708e8a4c93e57c087282e42136fad2e5b74d31ec96e4 1.88 MB 1,245 44
819,371 819,371 00000000000000000002047275bb690170d93b9a77e51200c52d60b0602ba2d9 1.62 MB 3,550 48
819,370 819,370 00000000000000000002f9ded445a96d30b42c5b54fb0996b8d8f49127028e14 1.77 MB 855 45
819,369 819,369 000000000000000000005cdd51777ae4bb2e6046cc2e3c37e1e0ff2d75701a7b 1.83 MB 1,313 49
819,368 819,368 00000000000000000001d887f4190e35f6a7fba52342a305c02b22cfb50d9379 1.69 MB 2,108 46
819,367 819,367 0000000000000000000258a82df899865dd999faf27e76b2fd1f5371b74bd563 1.55 MB 3,195 61
819,366 819,366 000000000000000000019b63cd6e56d1b9d12d3abf3672a84a89c2bf8bb52694 1.52 MB 2,732 49
819,365 819,365 00000000000000000001e8a2c4620cf248b7cb8d9aec6caf5efd1fa310f48b84 1.83 MB 3,111 47
819,364 819,364 00000000000000000002a47f2c566f580d69ff352d5f69bfbe98ef7249216979 1.62 MB 3,426 37
819,363 819,363 000000000000000000041e1719c328290d6c51d0bac1249b27f1ee362481916f 1.45 MB 2,323 37
819,362 819,362 0000000000000000000203c2d8e3b7176704a15bd927fb6e86f62ecacb7d5f74 1.69 MB 3,185 38
819,361 819,361 00000000000000000001c1784f2a0c0d0c8f4364ac8056c33aa4113285b29be7 1.70 MB 3,427 50
819,360 819,360 00000000000000000001996c72a6fcb9eaeb07434348a2b48c7cc28edd0235e2 1.68 MB 3,078 61
819,359 819,359 000000000000000000034fbe69f96c4b94c23a3f498884d9a404d1d425bec098 1.64 MB 2,300 56
819,358 819,358 000000000000000000022449d91b8fb15ac7bb9bde3753cd7b7b363c7e2cd980 1.60 MB 2,728 65
819,357 819,357 000000000000000000027e4d7e9b5315cae839eeb17173176900ee027b741fcd 1.59 MB 2,631 43
819,356 819,356 000000000000000000040e1d082b215bc9382be63ab7815c3bc5b2518b659b79 1.64 MB 2,780 54
819,355 819,355 00000000000000000002c5c0eab8459bd128ed2de5eff43ab128db16f2241d67 1.68 MB 4,307 39
819,354 819,354 000000000000000000003d8502b8c90f5ce8bf95a49b2ee7afaf3c9ece982d12 1.69 MB 3,983 36
819,353 819,353 000000000000000000022af7fe39286854f01de8e54905ed837c18d8b684e0b7 1.75 MB 3,870 28
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.46 GB sent, 93.12 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.