Memory Pool Memory Pool Refreshing

828 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,471 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,470 (854,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,460 54,460 00000000029c64aa8fc79626c98799dcbadc02fd1f5303995531424b746241c8 0.00 MB 1 0
54,459 54,459 00000000073deb07bebe2a4955377803e838c8105f0d6b0c1696907e59b907f4 0.00 MB 1 0
54,458 54,458 0000000004ed264981a7238b8889892c8eb875c86c3182790116b4f1c89810a3 0.00 MB 1 0
54,457 54,457 00000000068866924696f410b778911316f92035e9b69b62afa03573974fd750 0.00 MB 1 0
54,456 54,456 0000000010cf54b5d4754eb2afbd635d91d3e9c3a5d36be56851f3eb98d864c4 0.00 MB 1 0
54,455 54,455 000000000c8688b491a8b568b306c2076d07a37b742ebf771e029c5ef9d7a73c 0.00 MB 2 0
54,454 54,454 000000000e129a2bbdee50b7c2faf098aee7628aa0bc0b00a2e5d63b2f3f75f8 0.00 MB 2 0
54,453 54,453 0000000000ec740105f78c00c49a67e284f9712f4eeb56d35651ebc3f80d6596 0.00 MB 1 0
54,452 54,452 000000000e4f128805eec90ecfdf5226092fc0cd3edece7518e2fd9cc9d71ccb 0.00 MB 3 0
54,451 54,451 00000000042d327fb0a5c18bd84debf0ac90ff39c914072cc27762cad3dca745 0.00 MB 1 0
54,450 54,450 00000000128242be92eb61d8e59a581ff1ac3f996a666b99190ca262a2f6c5de 0.00 MB 1 0
54,449 54,449 000000000ef78f325d52146389322c98bb42eeb6cb6d65610657f7d9af9572cf 0.00 MB 1 0
54,448 54,448 0000000000273272a84a001dd8fb53d78dc403351a83e8c8ac38a1eff35f43af 0.00 MB 1 0
54,447 54,447 0000000012da82433d3e67df834a638d599d03688d95d4a3935f63b6ed3dfab6 0.00 MB 1 0
54,446 54,446 000000000bff0d8ba8d40a2792ea010a4e3a2d43a08572d11ec20b58f36f8095 0.00 MB 1 0
54,445 54,445 0000000003f575ed19dfb931e827701c11864e8f3b558959a0cd3fedb73878b4 0.00 MB 1 0
54,444 54,444 00000000118402fafc4479d3f9ba0620414bc0b1047b582f86f88fc7eafb1665 0.00 MB 1 0
54,443 54,443 0000000007ba795c053da22b73e1f1f0d0ad6ce27decf55f0fd73a7759df1d2b 0.00 MB 1 0
54,442 54,442 000000000f5873c9afa2c383aa3a9a165100eb1d125318d4ba0c6ff3c4b711b9 0.00 MB 1 0
54,441 54,441 00000000059a580a7585590e92222d12718e377f3ea627da1b4b3f424d4acd03 0.00 MB 1 0
54,440 54,440 0000000001ff4cb9862fb46a7ee4e6f9b6b26ac28b542ef95a183a06b4a52180 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.30 GB sent, 99.90 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.