Memory Pool Memory Pool Refreshing

5,169 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
2 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,657 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,829 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,656 (634,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,495 273,495 00000000000000031e9b5a5e4ff8970ed22614b170d8e3bb42cdb5811d7cf5b8 0.27 MB 652 63
273,494 273,494 000000000000000554039e825e9fdea2b8bf3a69d20d3f4a944aa52f698e9ab8 0.07 MB 175 55
273,493 273,493 0000000000000003c1b8a9f77e06855edc5ec93a13a98c2782e03bc2a0bf2bcf 0.27 MB 625 48
273,492 273,492 000000000000000008dd1159f55623f46c8d93616b803c5c5f60aec0fe709853 0.02 MB 23 44
273,491 273,491 0000000000000004608aabe155435382782809331d24a27f735ca06bbf2f771f 0.16 MB 319 79
273,490 273,490 0000000000000004193eb566f3b35cb1b19c664bc128a110195ecaf325904094 0.01 MB 35 98
273,489 273,489 0000000000000001562e52e5c702aed463c921e15dbf27959d7f069bf3de7c8e 0.09 MB 222 31
273,488 273,488 00000000000000000e0ba33dfe2fa305c7846a9ea811f8e512bb95559e3bfb2c 0.15 MB 237 11
273,487 273,487 0000000000000000b9c294cb8ca11ce296d1e8dab7a46343ef4c3a5cca1468ff 0.50 MB 938 60
273,486 273,486 00000000000000023787069b7fd4340474c1aa86bb403cb4988b75c8e05c8c44 0.10 MB 237 41
273,485 273,485 0000000000000004613146e8879b6790d823405e23451ed4f2a664fbb382a445 0.07 MB 177 48
273,484 273,484 000000000000000187604a8a4f41f1a132a4589b38dc68a28ed61dc30fb16f7a 0.21 MB 329 33
273,483 273,483 00000000000000008eb13e1ea5988c168fb2cff876c0bb3daf6afbff3cc7dc97 0.25 MB 603 67
273,482 273,482 000000000000000564bb70e7d7b56c9e0e399aea3c82ec84154f84aee94cc7cd 0.05 MB 79 30
273,481 273,481 00000000000000053a3288d41b41846131e0b1fa01ca68f6324f07e30bc3fd9b 0.13 MB 266 37
273,480 273,480 0000000000000005bf6a85a9ef58647d1b64ccaf23e4ad909f914388a41772d0 0.25 MB 561 53
273,479 273,479 000000000000000219244adb09165dc9e614117db4d74a14dabae36afcb08b76 0.03 MB 57 12
273,478 273,478 000000000000000259d8361a32fb39f13f1683397b8e0c8eb72b5126db2a4c92 0.17 MB 380 59
273,477 273,477 0000000000000000631609696bf19927307221894558d5dcad15a4829d8c5798 0.40 MB 471 29
273,476 273,476 00000000000000024abf7657c8406c94d754d7f4a19ee50165c809167b90d89f 0.50 MB 1,217 49
273,475 273,475 000000000000000268f55751a4453a5236eacda5a919b3859b517685fd98f5e4 0.25 MB 779 94
Previous 10 blocks ↓
Total Size: 768.90 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,599.42 GB sent, 92.27 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.