Memory Pool Memory Pool Refreshing

8,953 transactions
4.18 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,536 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (23,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,384 884,384 0000000000000000000009d643984ee0e9a54c4e3359ab0ea692e75b7bfed404 2.02 MB 2,272 1
884,383 884,383 000000000000000000003ac7ec76cf84513a4b26bc8b394f7caebe9af322231a 1.53 MB 2,999 2
884,382 884,382 000000000000000000004c4ca734b5f70256340b23990f5ad0ad6695c3e502a1 1.50 MB 3,277 5
884,381 884,381 000000000000000000002fc86ae603cb0c376fa2b654a20dda8416e582aa591e 2.12 MB 3,094 1
884,380 884,380 000000000000000000005b73086eb5b96a16f2520ccb46b7d992d992f25aa0fc 1.58 MB 3,296 3
884,379 884,379 0000000000000000000175b947a88f51b49946e751d9af8e7f7a1203f5dd4d87 1.99 MB 2,966 1
884,378 884,378 000000000000000000004b60998967c90baed80be02f724586f5803f22b7c84c 1.62 MB 3,587 4
884,377 884,377 0000000000000000000060765c7b942c0a754c29695ac035e47b891101b1b78f 1.81 MB 4,682 3
884,376 884,376 000000000000000000014752cc47bc831a0e06b2ff86cca66629468f0080ffea 1.63 MB 3,544 4
884,375 884,375 000000000000000000012a9d7b0a870f1ed5435496238b3c2690e672e3a50fdd 1.87 MB 3,464 2
884,374 884,374 00000000000000000001cadd9f2f69a22a43578759a1fa5b98d98b1b17793a2c 1.63 MB 2,835 3
884,373 884,373 0000000000000000000114021be2a336b63c31d11cf5a34ea8132f674e8fec78 1.91 MB 1,735 1
884,372 884,372 00000000000000000000050e9b840ba1bd6b457c816124a3c150c7ed5bc60532 2.14 MB 2,731 1
884,371 884,371 0000000000000000000144624aeb16ed9e6f88d60dfc1dfd64eca12a89df194e 2.02 MB 1,912 1
884,370 884,370 00000000000000000001498e94fff3e30a4a14aa3c636dc180ea3d9137b35dad 1.61 MB 2,862 2
884,369 884,369 00000000000000000000944d3a574eb86fc47998898085f09fbe52a9efd71c1b 1.51 MB 3,102 3
884,368 884,368 0000000000000000000245556937ba9fe63642ef26bfd1ef6f2eecbb4f73a039 1.47 MB 2,979 4
884,367 884,367 00000000000000000001a7a8011c3ff5606429be10580c8ef0161e794158a1d7 1.99 MB 4,489 2
884,366 884,366 000000000000000000019940b918fed6453c7afa80e03f1d837d1fdd8b31a8b9 2.10 MB 5,117 2
884,365 884,365 000000000000000000009c64f99864d19a262a5650340c0708d9c4d785ee3465 1.79 MB 2,879 4
884,364 884,364 00000000000000000001a36e4009111b1c8fcde0e21cb6eed12acf712c03b03e 1.73 MB 3,824 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.19 GB sent, 93.02 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.