Memory Pool Memory Pool Refreshing

5,083 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,097 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (34,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,341 873,341 0000000000000000000201abcbc9da98b981dba1ad17e8ad91abd7220e725d44 1.84 MB 3,641 10
873,340 873,340 000000000000000000010d2f548803ae8937e35045eda12474e0edd5d5b34368 1.59 MB 3,772 10
873,339 873,339 000000000000000000018d1afd18677b9a2b21b8a3cbcb6c45ff303ea3dbf10d 1.70 MB 2,951 7
873,338 873,338 0000000000000000000076496021fa42bc3ac192865ef1d049a8b5d6a6d39841 1.69 MB 4,208 8
873,337 873,337 0000000000000000000187e93dbf18a0e74944a8236b9f63a2a6e4b887c49899 1.54 MB 3,453 14
873,336 873,336 00000000000000000001bffe418e94e733b52d9a48a128f3a0d3d04124ebdb61 1.64 MB 3,898 10
873,335 873,335 0000000000000000000205b2a083625d02ff45533af271a57309fb0bcfc556f2 1.60 MB 2,745 7
873,334 873,334 000000000000000000019ee21e1e9f8ce532b411b2f1273ae1c6fd4795031fc0 1.64 MB 4,109 10
873,333 873,333 00000000000000000002065f503f2653c5f3c8f3489985de8aa821b5147be9d7 1.71 MB 3,447 9
873,332 873,332 00000000000000000001a3f681de9a07b940cdfcb69e65e2cd77034a050e5823 1.77 MB 4,361 5
873,331 873,331 0000000000000000000145a8356a4bfedfb8a9a79400a7ab6b18b618fe254273 1.76 MB 3,385 7
873,330 873,330 000000000000000000007129fbe2263437f61e2f2745f3e816465c99cfa0e762 1.71 MB 4,965 3
873,329 873,329 000000000000000000005772b5e02e8bd3e5777b5f67cf355c26fa4ae3fb3842 1.54 MB 2,731 4
873,328 873,328 000000000000000000029fe8d2572027fc9d8812c9b0ae30f532670ad0f0e45e 1.47 MB 2,212 7
873,327 873,327 000000000000000000001e9947ade9c58aac854fdb3847c54c77f5b116dcdbe7 1.67 MB 2,964 8
873,326 873,326 0000000000000000000158e132ecf515ec446b180549c6b0feb319aebef6e53a 1.66 MB 3,652 10
873,325 873,325 00000000000000000001be1ef553a73fa8c1b30e35dc3186f7770aa12b0aa6f4 1.93 MB 2,981 3
873,324 873,324 000000000000000000024ed681933015b5bed23d7aadde57a11e8d8b1d3ea130 2.20 MB 3,373 3
873,323 873,323 000000000000000000017e4e184f761a6d332d18e61ba9a6a52fa84abcb0dc8d 1.89 MB 2,063 4
873,322 873,322 00000000000000000000442833726bc4242683e6771514b4de0df896a304da8c 1.90 MB 2,061 4
873,321 873,321 00000000000000000000158c594d8f5be31f120f3f2e91122533b334735e60f9 1.67 MB 2,982 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.