Memory Pool Memory Pool Refreshing

2,412 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.70 vMB 2,393 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (752,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,449 155,449 00000000000003b0bc9d37f77289df4800d8fdfee95586954e3f70a21728b02d 0.00 MB 5 0
155,448 155,448 0000000000000011332b34750dbce95661b21bbae4c3d76c0446584b75994ff2 0.01 MB 17 1,162
155,447 155,447 000000000000049f724bb0e760302f15c6ca52ca5fa5eae0de57732ea6ea6d64 0.00 MB 10 57
155,446 155,446 0000000000000bfc945c57db94738ebc6d6fd831ffa34e5e3cf0d9816399c293 0.00 MB 3 97
155,445 155,445 000000000000040be70c287c78ff486b988485b13edc2fa16e704fd8656a194b 0.01 MB 20 25
155,444 155,444 00000000000008b8fb39a619849f64425b3b55129ffadc1eec885bb58f74c942 0.02 MB 49 66
155,443 155,443 000000000000001c830088ebec42bdd2a22e8559083ecdd8d45d7d5143a37863 0.01 MB 24 58
155,442 155,442 0000000000000e8091a1f092cbed5654f97cb79a8ccdca6e15c97bba31e1d4d4 0.01 MB 16 28
155,441 155,441 000000000000038899e8274d57952efe21b489b123aac6c86d12ace8906cc711 0.01 MB 27 175
155,440 155,440 00000000000004d7526727eb5d1ae185a53c3d37a2d143f1114d4eb5dc17edf4 0.01 MB 33 47
155,439 155,439 000000000000050c591c8963e7257f0f551754d60dedb65fff0fa6361fb27f45 0.04 MB 158 99
155,438 155,438 0000000000000d75da86654b314d104ac8f8254667ffd025b32c39dc8414ae3f 0.01 MB 18 43
155,437 155,437 0000000000000dd09bf2df4c3443a5d9dcd1086ad70e9ff7ec6ce9301074d6e1 0.01 MB 27 264
155,436 155,436 00000000000002640b83fe03ab6761f65b48464c88cf6bf4de1cfc257314ae74 0.04 MB 150 9
155,435 155,435 00000000000005ec987121dba455f77de7781911bd2294e59a206dc321d61f87 0.00 MB 14 31
155,434 155,434 0000000000000cae1cec5cefa2b40f8d5dbd54a76d5756859c59809795db63f1 0.03 MB 88 88
155,433 155,433 0000000000000d396bfbc3600d1157104b45050fdebb3e08e8e94da0292c219c 0.05 MB 74 25
155,432 155,432 000000000000075263211627518d0eb66680a2211ad7427422693d51f51ad106 0.03 MB 47 85
155,431 155,431 0000000000000851c7c4eec0c59599d82bcfd7534c0b09f410bf03fddc19b78f 0.03 MB 40 50
155,430 155,430 0000000000000dcf53b8d4e75827cf7300ec44a48892a26bc3784656d774e7c3 0.05 MB 71 73
155,429 155,429 0000000000000ee118a92dd76a3d7685cc447e753b6a7a3b274efa47b91348ea 0.05 MB 56 37
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.