Memory Pool Memory Pool Refreshing

15,922 transactions (4.10 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,249 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (95 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,070 909,070 00000000000000000002300fc2687557b68f1d2b2f4b617c42c998d23a66c63f 1.57 MB 3,468 4
909,069 909,069 0000000000000000000083f7e2de7797878fb850ab2b606a81985bfa691b8b98 1.71 MB 4,649 1
909,068 909,068 0000000000000000000163d50c659e3db8eadce839d40d9dd919edf5e785c9fd 1.45 MB 2,124 3
909,067 909,067 000000000000000000003d2c4f8d35864710cd72ec5ef511bce0cfd2920370de 1.80 MB 5,016 0
909,066 909,066 00000000000000000000da7573e78f38f067dbd491d5579c4c85b460cdc572ac 1.70 MB 3,266 2
909,065 909,065 0000000000000000000147d0248bfcc4e32459b92490b432b81b94571bc16951 1.78 MB 3,363 4
909,064 909,064 000000000000000000009997c9697abf35f4bd43bdf6c0a23c35a19b2f17ca9a 1.80 MB 4,579 0
909,063 909,063 000000000000000000005f703edbe0a60bd54093c7084fb23c6f30e9e01400b0 1.50 MB 3,192 2
909,062 909,062 000000000000000000019b98f374d40d23545333db548ce6fe53430f39239573 1.71 MB 4,726 1
909,061 909,061 000000000000000000002ac7a0f88239ac58ba247331e3925a442d5bf405f9bc 1.79 MB 3,803 2
909,060 909,060 000000000000000000004e4fb36f0e8bb8ed3cd65c4922e0c7eeeaac9cb04e05 1.78 MB 4,225 1
909,059 909,059 0000000000000000000060444bb651cc25af7107c227630b064072757ba38a67 1.71 MB 3,699 2
909,058 909,058 00000000000000000000f032c36e41c03ff99bc37ff5cbf7f0b20537033ff86e 1.60 MB 4,130 4
909,057 909,057 0000000000000000000223c6eb1313cdca61221c26190eaa16a025abb5817d92 1.61 MB 3,611 2
909,056 909,056 0000000000000000000006df8da67ab08d9a83b2d00d8ec8ca363c7e2ccce24a 1.69 MB 4,179 1
909,055 909,055 000000000000000000000715ef75efa8ee141169676b8a7ccc85bfdb5e5585f4 1.12 MB 1,920 3
909,054 909,054 00000000000000000001414dc8552a186096302e2a04f021cc6caa084428516a 1.49 MB 3,395 1
909,053 909,053 0000000000000000000125e74d17f60e269ff835804689806fa73a25515f7f5b 1.79 MB 3,610 1
909,052 909,052 00000000000000000001773171e30d45bb0e355fdd907d3c3de772c383cc6453 1.49 MB 2,323 2
909,051 909,051 000000000000000000016e5909316ea1e83ad6b991a9e627df8c226d677384d0 1.54 MB 3,897 4
909,050 909,050 00000000000000000000f5d04c1ace51dbf3f0efc46c71c74cfb1499602945ff 1.65 MB 3,453 6
Previous 10 blocks ↓
Total Size: 771.85 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,977.58 GB sent, 106.93 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.