Memory Pool Memory Pool Refreshing

5,021 transactions (1.74 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,133 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,308 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,132 (900,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,652 8,652 000000005be793d6abe489bbc81103a5fd676d6fbb484d9b51cfb37a59fe6f13 0.00 MB 1 0
8,651 8,651 000000007b9530183fd2eb3a949c84b166973f33e38bd8112a36f598514e36a5 0.00 MB 1 0
8,650 8,650 00000000a0105b1f82c00525f8c881ff1ce768df7ebbb86e72e8ed402b8211fc 0.00 MB 1 0
8,649 8,649 000000005b6abccbbf6253cdefbcdf5a19b5a166b8f4c730ad8ce1bd7fa519d1 0.00 MB 1 0
8,648 8,648 000000007657a18a75c64b29fded5a0dd0471dcbadcde48e7df423886bc8a291 0.00 MB 1 0
8,647 8,647 0000000012315d69b55d7daa1402d06a889f37ddd2072602b94db208e108317b 0.00 MB 1 0
8,646 8,646 0000000039e31db42fa143ce5476777676a9673712fb72f0070f08e9d195a0a4 0.00 MB 1 0
8,645 8,645 000000007c7f3e6a937d1fdb6124550f92f6a1e0ee4642ba830ea83ebe727872 0.00 MB 1 0
8,644 8,644 00000000c14e61b3119b529b1a97ab7d8cde929ade02ac8ebdf1b44ea1c92f7c 0.00 MB 1 0
8,643 8,643 00000000281a0691c3a787107eb706b38173657935576e16373db912c36ce62d 0.00 MB 1 0
8,642 8,642 000000003819757b4093ca235dc2355734229ffb44e6dbb3191e9cd38d8f36c8 0.00 MB 1 0
8,641 8,641 00000000428a416c6536f785c18af1fb6094c653f2e847086eb58755303e2d39 0.00 MB 1 0
8,640 8,640 0000000007b3d3d27c5e2a41f72a6f8325a8c0bcef7b3816f085c7c3e3f6f8dd 0.00 MB 1 0
8,639 8,639 00000000377dcac7a06bcca10db790c2fbfe7b670eb9afdf2351e2679f3076da 0.00 MB 1 0
8,638 8,638 000000004aed3ecd7f4eee639eacb046187f06ec5baf02c8434134f914d3156f 0.00 MB 1 0
8,637 8,637 00000000aeace44d57a51c231a1b5e9a0edc21b77c32503c0b0c186161ce4e17 0.00 MB 1 0
8,636 8,636 000000004a639e0267d63fbe57f54bbad6fbb10f8b261b66ec1806a1b788fd38 0.00 MB 1 0
8,635 8,635 000000007c193af7b3031cfa0280be044abd3b81e3cdc628dd6cb8b58b2ac190 0.00 MB 1 0
8,634 8,634 00000000fb25fb790b1e890b86d656f509c3a55e83ba5705d654602cff2f7607 0.00 MB 1 0
8,633 8,633 00000000e1890040f7ae27ee86da324af47712fec7e8c5d4614509238536b96c 0.00 MB 1 0
8,632 8,632 000000005f5e2da1c33bc6d86e8a06412b662aad01d3b931b3d3e1948092d447 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,950.25 GB sent, 106.55 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.