Memory Pool Memory Pool Refreshing

14,137 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (637,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,569 270,569 00000000000000064c20c12bf7a247a6cbf3b31c8d288132062af34d931dee74 0.15 MB 185 18
270,568 270,568 0000000000000002e17bc0a5590b0608fa72d0e3a336c2d68a90c5d955716e93 0.06 MB 157 151
270,567 270,567 0000000000000001bc303de18d5fc8f3516d6226241a21164c7523914bc0410f 0.21 MB 142 12
270,566 270,566 00000000000000031e84ca3f4f26e91b991995db2446064ff5a493785f0db32f 0.25 MB 646 89
270,565 270,565 0000000000000004a3a9832dae2e97a233a899c9ab7adac17f0be32b7525a145 0.25 MB 714 164
270,564 270,564 00000000000000070a22bf596cf6e95db84e396e00173ad8b6fd47ff76db2318 0.25 MB 504 86
270,563 270,563 0000000000000002f381f69bc5631a7c4b569903f35ce97f54624c8f8074b272 0.25 MB 762 200
270,562 270,562 000000000000000268ccd6cdc8fc9403818c5be3d852cf6a4ae71602def25dbb 0.48 MB 198 18
270,561 270,561 000000000000000262c1d74301a7e2949b1cba6203040bae065ddd4c810f2ef6 0.31 MB 561 39
270,560 270,560 00000000000000058813ca25de2d2d8821c4ae39dcdced5f63609c48d59ad0ce 0.29 MB 522 53
270,559 270,559 00000000000000019d2c06191a81d51027b2d738552ebf8566219301dc800621 0.25 MB 598 109
270,558 270,558 00000000000000063976d3deb33c3c1769b3d7f953c370beff389e2e2b180ba5 0.07 MB 225 216
270,557 270,557 0000000000000001832c6198e6e8ba4259ae9b3ce2da233a5e2aed7d83ec7f34 0.22 MB 259 31
270,556 270,556 0000000000000000c4164afdf00fdab24df3588f79f4d11de024984d5256819a 0.21 MB 430 70
270,555 270,555 00000000000000062154dbb93d2d6d52b96e27805f96dd2d9f0396fe7bcec463 0.25 MB 590 93
270,554 270,554 0000000000000004fcac67e3dfd79f3740efe113dd06c468852cbfa9cd2c0887 0.20 MB 453 67
270,553 270,553 0000000000000006fb78110904d5bbffe1d07ae2f95b725a9a2cf57cc7a342b1 0.25 MB 587 98
270,552 270,552 0000000000000004c38b559ae456092a3c1d1807c06a90cee6e63590b730b512 0.13 MB 269 67
270,551 270,551 0000000000000003a7dc53490f0677c9a4d2a2d7c703294d85821cf330ed4f86 0.04 MB 100 95
270,550 270,550 0000000000000002d594ec0d256f7c8aa6110e44bd05b9a1bfd3f4dd79bd4d0e 0.05 MB 74 39
270,549 270,549 0000000000000004a7f97fd52eb628b286fd62dcacd3a29d881ecc689cbbc8b5 0.09 MB 172 44
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.