Memory Pool Memory Pool Refreshing

3,893 transactions (1.31 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,137 (885,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,894 23,894 00000000ecfd94393d4b3b0b7a4209b1fd684db75dd5a298c7b4df04d3767a79 0.00 MB 1 0
23,893 23,893 000000006a98d0f184e3a622f8a6f35e146883bb88fae469d2c888b87decb7d1 0.00 MB 1 0
23,892 23,892 00000000d703f2858189c53e6207e21db97fa1082c7f54c32de5d941f416c923 0.00 MB 1 0
23,891 23,891 000000007171bc4407f9e7e0a8ca1a03693b9a814af7708f0bd43ea6f73b3635 0.00 MB 1 0
23,890 23,890 00000000b5c056c1c5a42a09eeb1e6e5b8358d37d8e2d17297476934827c435d 0.00 MB 1 0
23,889 23,889 00000000575ed2981681f0dd24d400a8252417ce2b8467f7ba25d981b8acdfd6 0.00 MB 1 0
23,888 23,888 000000000b999dae729eb5a4fae2b14fcff38c35ba6f12b08072eac48b37aaf8 0.00 MB 1 0
23,887 23,887 0000000042f5f20d5cb4f8aae6068bf083dda9a4edc6ef2db1f143c255bec240 0.00 MB 1 0
23,886 23,886 000000009f3ee147a82efd9c11a035565dc3962e5656e60936ed505daa9c4ff1 0.00 MB 1 0
23,885 23,885 00000000559c4821a8e960dcb95a8686b7322a919a44d57d41ac0db11fc9213d 0.00 MB 1 0
23,884 23,884 0000000000b95a3f662cfd9584ed6a5b1ac4ef162a5c23d3d2058e71251e5c0d 0.00 MB 1 0
23,883 23,883 00000000f0e472d9cf7f410eae145c6aff7e1941b3d365cda57e899003f211e4 0.00 MB 1 0
23,882 23,882 0000000025c13602d8016422d323986ed7a55df77ae30d3dad22456790e44cd5 0.00 MB 1 0
23,881 23,881 000000007b1a9d9cf106b2267409f419e5895b51dbf70749d2c1db50f5a66449 0.00 MB 1 0
23,880 23,880 0000000087c4ba7587e8895f59f25fb225e99a869bd9842832a88d83ace62abe 0.00 MB 1 0
23,879 23,879 00000000b5c1e0c7b5a3970d17d2537a4aa5dd57a74e1344c258f7c4d3f333ff 0.00 MB 1 0
23,878 23,878 000000005dc2d696d45c59ddfa33d15bb2fee5de4292c3535b1ee35dca67f02d 0.00 MB 1 0
23,877 23,877 0000000046f349434a9572e08a0912b6715924a42e770276436b4d9e9e88f1d0 0.00 MB 1 0
23,876 23,876 0000000012af400b1b369dc7bcdf41ad04ba6d8c6a58c207db7884fa1bb091a0 0.00 MB 1 0
23,875 23,875 000000002a474dba25b2c2637a08a644a25b12e468f43de431a48cff8279716b 0.00 MB 1 0
23,874 23,874 000000005a3f5c831fa23271c543af24e884b5ec738450d0a7271d1b4074f2b3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,952.01 GB sent, 106.59 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.