Memory Pool Memory Pool Refreshing

2,191 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (566,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,494 341,494 0000000000000000102729864c4e656bb51e089a3299e69fa894f0971d218b4c 0.72 MB 1,410 26
341,493 341,493 00000000000000000b8f0409491a8ecd4cfff8e1c684e73cf9bdc378d3fd70ad 0.18 MB 274 24
341,492 341,492 000000000000000002c8d134fe635880c58e3f4a1044cd24aeee8fb66179e154 0.06 MB 168 91
341,491 341,491 0000000000000000040b58139e198609e9ae6e6702756c20c1d26457923110ed 0.03 MB 64 21
341,490 341,490 000000000000000000e05768ecf7c053016765479329c39499fb2c3b9deced39 0.04 MB 105 28
341,489 341,489 0000000000000000031410980d511fd3f4fc9abdfe14f3ea609e5bf7316fa3c4 0.02 MB 42 23
341,488 341,488 000000000000000010907e2462cf434bce802cb2fbbfe7454e01ed6dfae39467 0.32 MB 796 28
341,487 341,487 0000000000000000167e8a003d762a93a08c74ac2ded9e27cbc5a47c7dfcdec0 0.30 MB 615 26
341,486 341,486 00000000000000001411a893fbb5e964c9375491e3f7b4b5a8bc749ed90ef4ff 0.10 MB 235 26
341,485 341,485 0000000000000000026276f21e35887f8c1d77bbac7e0f14463962700be5c2b6 0.13 MB 293 25
341,484 341,484 0000000000000000001fe32a9610a8a816a8e62d9d1b23bfe091704593dd2203 0.21 MB 541 28
341,483 341,483 000000000000000002e56cae4c3a631c05a189532b91da159e8316964eab6bd4 0.42 MB 888 29
341,482 341,482 0000000000000000002276fb953c7fbb650bf427c792bb9fa20c4917597ac9e7 0.13 MB 240 23
341,481 341,481 00000000000000000c25a0a8b45419f87e98d2f836165f12cc50ed579a13c1be 0.20 MB 334 23
341,480 341,480 0000000000000000042aa6f0e5a237b36c0a776d2f5e2136a74444ab465373ea 0.26 MB 508 24
341,479 341,479 000000000000000008d4484f45d53c08c69c0db7aa7e4688b7ee90b1a5c47772 0.00 MB 1 0
341,478 341,478 0000000000000000018bf6362806431f86e34613a679f7dceb887c0322fb592d 0.02 MB 49 18
341,477 341,477 00000000000000000f411523457e93ac568f589c501329235b658bda875bfa09 0.22 MB 505 30
341,476 341,476 00000000000000001230d433e4186df94228dac1786724525166203f929bb721 0.42 MB 811 24
341,475 341,475 000000000000000003798fa7d1eb27571bc4f979764b84488753ade4213919ad 0.06 MB 104 14
341,474 341,474 000000000000000001b02add6a6a5221500dd31d58625350a1519b6ab2ff9aad 0.39 MB 800 26
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.07 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.