Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,047 transactions (3.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,874 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,250 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,873 (881,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,537 28,537 00000000b768e3cc1835a60615c023712ec70aeede46b196b942b4eb9bc05fdc 0.00 MB 1 0
28,536 28,536 00000000a249f7119a778387a0b5ab0876afc93ff838ca5260ee095743fd26db 0.00 MB 1 0
28,535 28,535 00000000cbe9db8ae374e3a73c560a5ffb4e85ca5949a46f5d12a9adc5a61bba 0.00 MB 1 0
28,534 28,534 00000000d7290d666e9b17d564c35f32ad80dd9f3c446490cc46dfac4cc4e2c1 0.00 MB 1 0
28,533 28,533 000000008046692d700a4f050745bfd3aa009eb46e54e7fd0dbb5a0cdbbe54e3 0.00 MB 1 0
28,532 28,532 00000000c8f30a47cb881664418a41fe2990843fc8bc33bafca3be3639b8811b 0.00 MB 1 0
28,531 28,531 000000006038e84e8954cb8a8a94e3a9c646d9d7d4de3332dbf7a03a363cb7d1 0.00 MB 1 0
28,530 28,530 00000000c9972e525c6c7dd25825d22e78a7da019adcf4afc2c238d14d81c5fe 0.00 MB 1 0
28,529 28,529 000000007f8cc2b684cce15d9f24f3dc956d4b0f338c332c37c11b6e2c147607 0.00 MB 1 0
28,528 28,528 000000002a396732108c81eb49c82485fc38b1639bc195e90c7eebb9f1f2dffd 0.00 MB 1 0
28,527 28,527 00000000161ced74fde4d67c5255706281fbdffa200ebf138ef2359f6254ef23 0.00 MB 1 0
28,526 28,526 00000000df9d3f364c14061f37b3eb7c4b8653bdd383bf35254a48bc320a7303 0.00 MB 1 0
28,525 28,525 000000004bc5505bb90d5ee740a624f996e93c4678741aefbe12e70d6ad02fbf 0.00 MB 1 0
28,524 28,524 0000000018253ac1aca1f7ca6fefff3ff0a9c9ee0c3f4c98cb398f7aa3d3347d 0.00 MB 1 0
28,523 28,523 00000000cfc0e70a5fe6d323b002d1cbfb3d168717bb6e7af5374ab0e774e9a2 0.00 MB 1 0
28,522 28,522 00000000f53086894d4a3acfa6f5213470fd0e414894f7e576013c1a17dc9c3f 0.00 MB 1 0
28,521 28,521 000000000057340811246bd68a91f5f2cfcd93f2b7bcb3b0ea86a0d82a301b56 0.00 MB 1 0
28,520 28,520 000000001ccf8610a0b3b05cf85a4dc733d973c2b63c5142cddb563dc6c5e7b9 0.00 MB 1 0
28,519 28,519 000000003a9b112c88a6c28d5f3b9d51c3d4616d94a3db487388c68a5f4fa9c9 0.00 MB 1 0
28,518 28,518 0000000054b2bbfa82bd6997e8d73486545c22e61c983172853e6fadea6e33ac 0.00 MB 1 0
28,517 28,517 000000001cf3e1d37ed98a3eaddefa905a3425f9a19faae142624b0a0f9a3d13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.16 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: 2,168.46 GB sent, 114.20 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.