Memory Pool Memory Pool Refreshing

3,229 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,140 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (24,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,445 883,445 000000000000000000000a06878f2789d85a61a3120701423ecdc33d53b8f281 1.55 MB 2,536 3
883,444 883,444 00000000000000000000db6199a83840f21b3e423ccb6119d2a750abea8a4024 1.57 MB 1,998 2
883,443 883,443 00000000000000000000be901a30f59ba32772e9b9f0f73f1d2d662d424ae27f 1.59 MB 2,301 1
883,442 883,442 00000000000000000001240a2db99624aef632585fb496e41c0e4d2fe33e52d1 1.61 MB 2,245 3
883,441 883,441 00000000000000000000889290692e9b06d4b24d72717e5b7145b3b64b3a9727 1.62 MB 3,733 5
883,440 883,440 00000000000000000002454616587d903eb8a1b04272cc65fe2cf9ff08f7dc67 1.44 MB 2,474 3
883,439 883,439 0000000000000000000016a85abc5ac1adcb8a90a05597a3b1cd4215e89fb8a2 1.52 MB 3,474 5
883,438 883,438 00000000000000000000e9deac78df5b93e24c2dbd5b124318598fbf5927b334 1.53 MB 2,093 2
883,437 883,437 00000000000000000000f32daba115a876778365a11935c4c8920afed2d10e3f 1.64 MB 3,300 5
883,436 883,436 00000000000000000001764583ff5352c041dfae9acb66b3f07f0d0e9d6c34a9 1.62 MB 3,784 5
883,435 883,435 000000000000000000022f632666e80194ba47ccab2eebb97fb726bf4e88b280 1.51 MB 2,657 4
883,434 883,434 0000000000000000000014714ae5a20acec0249205fb85c622d22a8c93583c74 1.56 MB 1,942 2
883,433 883,433 000000000000000000020872c87ce8efba5f9b18f61391c34c67e592702014b1 1.57 MB 3,497 5
883,432 883,432 000000000000000000002bc0e8b307f9c512eee09a8e93b5e5b41ee1bd83ee5e 1.62 MB 1,947 2
883,431 883,431 0000000000000000000017b045e2793fa5ed012962b5a41b473f66f7709fa278 0.99 MB 1,029 2
883,430 883,430 00000000000000000001377383ec06f4f8b6c14dc08e5c8a91af614717616f62 1.74 MB 1,138 2
883,429 883,429 00000000000000000000c1ced5dfbfea2c85a3b9a896dd9ad9f79ed5876308ae 2.12 MB 258 1
883,428 883,428 000000000000000000005aed4119330849fff4133730563b87e684eeabd06c1c 1.66 MB 1,683 2
883,427 883,427 00000000000000000001095824e2ea80084a5338bf991e57df77c8fba731256a 1.93 MB 1,617 2
883,426 883,426 00000000000000000001db89f31efce008464b913bbfc98249e5a65b9e92c94e 1.60 MB 3,478 4
883,425 883,425 00000000000000000000dd0587de86d79e81cb3c8b7d04e32cb873cf1ade1609 1.79 MB 2,593 3
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.19 GB sent, 93.28 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.