Memory Pool Memory Pool Refreshing

6,874 transactions
2.47 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,839 (779,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,388 128,388 0000000000000df1883e4cd309b4cb31f7ab217eddcc5f2ef53885d3e4a2455a 0.01 MB 15 885
128,387 128,387 0000000000001dcd139c493d4205b7d608665f8eecac143be728a69c5bd8739e 0.02 MB 36 475
128,386 128,386 0000000000000dccf26920ca29fd97ac4efa086e7a4d94b6d8b768e0be0e3e7c 0.01 MB 28 1,083
128,385 128,385 0000000000002621b680dd1e1cabb39f204f24c3dfb6b124bd99f8c160d64877 0.09 MB 213 313
128,384 128,384 00000000000020f6edfa93c9147bf03f11cc1b0635a3ba934debcefd26ebab55 0.03 MB 50 458
128,383 128,383 00000000000001c5bc42a515ca211ba8f2444344db7178f37aca84be686f1da7 0.05 MB 114 1,265
128,382 128,382 000000000000024066d2ddfdb92e034595051b3172a113aebb0a07dbca5f278b 0.02 MB 21 373
128,381 128,381 00000000000001aad73cc7f49d9a1f347acf36fa1ad281c6d1ed7d9c2967f165 0.03 MB 60 467
128,380 128,380 0000000000002207e00e023f7538ac3d3889692909fdc46356d9679cd70adb61 0.02 MB 59 335
128,379 128,379 00000000000016746d62fd08145f156595212a773d903965f8410a6b17c894d7 0.03 MB 47 776
128,378 128,378 00000000000000f165c631cc461e56063d670602d8bfd959934faaaa3aa235c6 0.00 MB 7 1,025
128,377 128,377 0000000000000c6c0eeb8ceda76ac90b53c44721eb02b15d7b8226ae8f0da628 0.03 MB 83 109
128,376 128,376 000000000000088fd953b88e54281579c4007d11061f50234e1ba162b1fa31cc 0.01 MB 15 578
128,375 128,375 00000000000016819fbf61b9c91a3226f97c1a5fee0ead5ce45c498d22341494 0.00 MB 11 2,320
128,374 128,374 00000000000008c24bd7cd4bd91ed3b2314b755bf8ddf8a4c46fa7c750a0d4fd 0.01 MB 12 396
128,373 128,373 00000000000012c4e3a13d48a54277950c28b7116d4785321f5e727d0042e916 0.01 MB 21 456
128,372 128,372 000000000000037b344ceb93dffa15d3c9b1a8ecd92277deeab775dedd4be141 0.01 MB 15 259
128,371 128,371 00000000000024ae45405094a9f293bc5e5dc091ce350b122923387168531293 0.02 MB 89 89
128,370 128,370 00000000000019c9c4ff82fdd07ae04c0629569b91422a2716f9d1eeab168095 0.01 MB 28 883
128,369 128,369 00000000000011b844e11d0f4d1d3b568a1dc0f11f251c8deda6d14718bb2858 0.10 MB 217 638
128,368 128,368 00000000000009c4219467a80bea9ef62d44b76cb27ee66ed3f0a6e19cf848d2 0.05 MB 84 1,293
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.14 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.