Memory Pool Memory Pool Refreshing

6,190 transactions
2.58 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,794 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (426,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,328 481,328 000000000000000000b798a7ee0630ba34174d47609c998fb37ab32d7860db34 1.00 MB 566 55
481,327 481,327 0000000000000000004152e3a7db16fffc61fa20f658ba300e6157231274f793 1.00 MB 2,273 185
481,326 481,326 00000000000000000007efba0cb6e7ad582032f912aff6a6d03adb2c95cac511 1.00 MB 519 50
481,325 481,325 000000000000000000cb7863ca2dc498849f08e377b7b57140a280c2ee452062 1.00 MB 453 54
481,324 481,324 0000000000000000006fbb345f46d527a3d419272a104ae8b7100e168f7be9ca 1.00 MB 310 34
481,323 481,323 0000000000000000008db9702e04a3710d748efd5b799cbf3d28a637bca71743 1.00 MB 716 57
481,322 481,322 0000000000000000001b832898d2462709c92bace762da4f1fe5b08b92542a85 1.00 MB 1,177 76
481,321 481,321 000000000000000000f8781503eb2c5b2bbacfaace382143f23d7beb464216b1 1.00 MB 2,325 243
481,320 481,320 000000000000000000909dbf0da4c8b2786ca5165e10dad07a763f3d1af03402 1.00 MB 1,619 125
481,319 481,319 0000000000000000011c75d143206e051d9e6f300c2ffeba805401aaadb195fa 1.00 MB 658 54
481,318 481,318 0000000000000000002ab50b565a431e30231408a2f319f13ce790858b75e48e 1.00 MB 2,161 138
481,317 481,317 000000000000000000deb3584902760b4992d7f7b4ca36c8325910c42d37033b 1.00 MB 2,221 60
481,316 481,316 00000000000000000101f0252db18734f31c045b4bac216d4afc987127ce2b6f 1.00 MB 1,765 60
481,315 481,315 0000000000000000012c20a23ea465e2e1890fa1cabe17a9e6c529dff68a46f5 1.00 MB 2,046 193
481,314 481,314 00000000000000000099ce4b2b96856788cb48af56bf709c8b07da396aba60df 1.00 MB 2,219 41
481,313 481,313 0000000000000000004b63d5849ba273e88a455641d21eb3343e4b67f722ecd1 1.00 MB 2,178 226
481,312 481,312 000000000000000000c97ad0cff7f6fa9ba225ae74ab0f5e93652a1e64116e6e 1.00 MB 1,790 261
481,311 481,311 000000000000000000a925ae4a74dcd9d40c267caf215b31717ac5b70848e2ea 1.00 MB 2,105 76
481,310 481,310 000000000000000000b7af426b53c2ce86694dbd65a139ddec33f29d12181757 1.00 MB 2,156 102
481,309 481,309 000000000000000000e84645087d87a465f96b3cd041f9603baa19767d0063e3 1.00 MB 2,193 174
481,308 481,308 0000000000000000003a98901d69c6de81ed08ac302e60516ca53fd758e65b49 1.00 MB 2,044 237
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.99 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.