Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,873 transactions (1.26 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,686 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,473 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,685 (888,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,515 22,515 000000002eedfb76a0e5ad2db636a00f91ba454ff6ece7c4af5e08819de8e76f 0.00 MB 1 0
22,514 22,514 00000000a90332018f39d0a872712451912c54ce8060a8d8a24b9acbb62a8f5d 0.00 MB 1 0
22,513 22,513 00000000d484b9c2ec75953e4e8f0adb58c26694bd32c42ddb3a2fb3edbcb603 0.00 MB 1 0
22,512 22,512 00000000ba8e9230e01cc4099ec74d84d47b10e8ce641b35ab86b369291be937 0.00 MB 1 0
22,511 22,511 000000003f797261bb925013f0a01de5c057fcf697a7c7e4ba9ba168eb614ebd 0.00 MB 1 0
22,510 22,510 0000000022a98ca58b2bbcacdd798fdba2540b9c1adb9bf51aead1121edbf98b 0.00 MB 1 0
22,509 22,509 00000000718c44961b374c0f50a66a2eeca6c7646aa177478490744be5e7d9d9 0.00 MB 1 0
22,508 22,508 00000000819cc319344b4a94a06bdfcdff3dd3a598d9db924c0a50a8d7bc517b 0.00 MB 1 0
22,507 22,507 00000000c9bce71ba6b9149270c30646f4bde0fabbd8627e27025dfb3ac30795 0.00 MB 1 0
22,506 22,506 00000000c9289e1a8a08e6e106b435739231a72e841b45e62bbc929c94acdb53 0.00 MB 1 0
22,505 22,505 00000000f635b60f9e82c733dd1d7f6e74b4a4a7d62063f385cf8ea6913b880f 0.00 MB 1 0
22,504 22,504 000000008164132db6d70606761e314253dd875f167cfc9358dd05640173e547 0.00 MB 1 0
22,503 22,503 0000000073bd1aca5b8081ebcaa3c65afee71512409a2c617cf2b2ed06db81a0 0.00 MB 1 0
22,502 22,502 00000000a838ac02e0ab78cf3907c3f64f8592bc4f3686da3739110969cfebe2 0.00 MB 1 0
22,501 22,501 000000005bc92038f06013da7d75df98867209286ab67653decc3f0ec12af00c 0.00 MB 1 0
22,500 22,500 000000005bc7b8eac15677fd28c393e3271e52c6c30614e9c211c8c7c2815075 0.00 MB 1 0
22,499 22,499 00000000e5a7bba8d5dee37ca58eedadc44a523e15982eb8632f2703d1911a82 0.00 MB 1 0
22,498 22,498 000000002daf504bb261fd2defc11c88f530a002de74d6e7bbe1e084848fad26 0.00 MB 1 0
22,497 22,497 0000000011e0c701ceb9385f1ea4ab7abbd932358daaf4949bf0d4f78efca100 0.00 MB 1 0
22,496 22,496 00000000120513781354614bdc9c3929bb05d82e015dcc108cb6c06511167176 0.00 MB 1 0
22,495 22,495 000000000a46f99ae6c60bcf40709a277b1ec20a53039629102594ccba2d892b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.64 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: 2,288.66 GB sent, 121.86 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.