Memory Pool Memory Pool Refreshing

9,425 transactions
4.14 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,807 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (10,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,390 897,390 000000000000000000002aa4f1fbf724b7663205bdfe88f13601bc89de21b1ff 1.57 MB 3,600 5
897,389 897,389 0000000000000000000149743795665e23807371bb2c6ded95e951d6ca7268d4 1.58 MB 3,298 5
897,388 897,388 000000000000000000020af429f473d285ba71fa065d2da59f9c855e29c8803e 1.54 MB 5,953 2
897,387 897,387 00000000000000000001003318cb7d6aa51b59a85241efb62a17353de0abf029 1.66 MB 3,848 4
897,386 897,386 0000000000000000000025f7c6126bcaedaa17a65a9f780024829820bf48ebd9 1.57 MB 5,107 3
897,385 897,385 00000000000000000000ca364fbe12323ebe7cbff01a3a47e9f2e125ad561f90 1.48 MB 4,791 3
897,384 897,384 00000000000000000001677c56275a295bff7f2d5df0f1e70b52992fb4e48621 1.41 MB 5,504 3
897,383 897,383 000000000000000000005da00ebb13bd993b9d8eaf1e39b0587ee2415d96bbf9 1.35 MB 4,984 2
897,382 897,382 00000000000000000000fd55abf9cab16e2d20e841d9b11b3e69c09834f4cc02 1.41 MB 4,267 2
897,381 897,381 00000000000000000001fcb362d1b22242e1f3cae863432c5a58f8aa877ac7b4 1.18 MB 2,259 2
897,380 897,380 000000000000000000003d1d2524cc1c657a80fe7b9769f7fc3ee41a0996ce79 1.44 MB 4,246 2
897,379 897,379 000000000000000000003f1c30554ab0e7521ead7ab89cb9fc786fb92e29da4c 1.53 MB 6,140 2
897,378 897,378 00000000000000000001a4b3074314e9e8e1fbc6f00e54735592ad019932e1a2 1.55 MB 5,488 3
897,377 897,377 000000000000000000005aa48678bf6b1070d06e8d4ed30958071f8941b2b333 1.62 MB 4,959 4
897,376 897,376 00000000000000000001f26baa2dd3850182003e40f561c839757f9771c2e876 1.57 MB 5,340 3
897,375 897,375 00000000000000000000362ec3999879e49bcfa7d8e4238ab7aee0c9651ceaa6 1.68 MB 3,370 6
897,374 897,374 000000000000000000011c1058050fb8863cb2f43f9fc8f16f9782f084d5dc5f 1.53 MB 2,938 5
897,373 897,373 000000000000000000011cbdbd5684e726c5223ddde779fdf771936c5c1a10ec 1.54 MB 4,901 3
897,372 897,372 00000000000000000001f765d90b4dd1ee3a7521b91db1233b05e22aa9254efa 1.44 MB 3,627 2
897,371 897,371 00000000000000000001f0a7e4bd315416e6cf7192b16b3e16c0e786cca7f7ab 1.56 MB 5,406 2
897,370 897,370 00000000000000000000267fdba90b8b4b484ee76b5d3a6f3d33f3f7d2dda424 1.57 MB 3,264 7
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,624.99 GB sent, 93.01 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.