Memory Pool Memory Pool Refreshing

6,611 transactions (2.70 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,648 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (877,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,515 31,515 0000000036c51277bcd8978075469a024cb6eb18e9f53e1e602ab96bc9d9b9ad 0.00 MB 1 0
31,514 31,514 00000000cf40db66c027fec74b973778b566197d133f0682301781055e19b2be 0.00 MB 1 0
31,513 31,513 0000000002b24ff1950e5d8016211ecf87b624720332c5c2093c1141c13a970a 0.00 MB 1 0
31,512 31,512 00000000db18064c6434fc5c0b00c0ff78b62eba141e654c0efa71a982a1d43a 0.00 MB 1 0
31,511 31,511 000000008ed77edc1a85f04b467549c0889f7376272cb0a33045344c1e59d5c6 0.00 MB 1 0
31,510 31,510 0000000069a05b989c4f2817e94573d32373e6cbcc13f7e5bb33f9d14f2e88d5 0.00 MB 1 0
31,509 31,509 00000000ebe35ccda334ec14594f82426e138a95ec2cc5bbdea4d742aaef1001 0.00 MB 1 0
31,508 31,508 00000000433e343fc2c2abf367edf244461c65fd9f43bd142f22fa1aac78bcdd 0.00 MB 1 0
31,507 31,507 00000000c3baa55cae4ae5191299100866d5dfcd175eed363cc7384c92f6b2f0 0.00 MB 1 0
31,506 31,506 00000000d45eded46fdf062ab92f426397545d26c148f9bf918ed70e23868c63 0.00 MB 1 0
31,505 31,505 00000000dc16c87cb67cd1a6ed8a0b5d58b6078d747a48285433d96e0c76e2ea 0.00 MB 1 0
31,504 31,504 00000000ee85ab2a372989cda401e5c565eaa4a555373f5dcfe93a61ab181670 0.00 MB 1 0
31,503 31,503 0000000028c660a8be97725de2336e0c4bf6964915ade76b81e68fbb46351720 0.00 MB 1 0
31,502 31,502 00000000b7557a7581867ebc90a92a56e1ae64a0d6f526f7870321e27c5639f2 0.00 MB 1 0
31,501 31,501 00000000c6dba86cf0c50a87bbad2b158306150cd3c66be2c9734ff9b82b9419 0.00 MB 1 0
31,500 31,500 00000000685ef1db98259f4ed1ae1605053f67379b4b4acc1d94e057f8426c4a 0.00 MB 1 0
31,499 31,499 00000000cc3b42e329628cd16faccae2464eebc801d57aa9b9f682619c87b4a1 0.00 MB 1 0
31,498 31,498 00000000e2805085cd93f26623af7dae4f9e10d375fc169391affd5735758053 0.00 MB 1 0
31,497 31,497 00000000ba8f240f5eeba3b2d7af12c47d8e83948dfec59dc43997946f2df178 0.00 MB 1 0
31,496 31,496 00000000b5493f5faeb85fe5e712a6f9c3cd89d892624e3ff21affdb05029137 0.00 MB 1 0
31,495 31,495 0000000028f24e7b0f93036815a49ef504d958521676adb354568dc2be81ad87 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.95 GB sent, 103.66 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.