Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,982 transactions (0.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.53 vMB 1,980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (870,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,910 39,910 00000000101e8f9005baf8b0afa4903206cef3309c23c29565b748a85607e5bf 0.00 MB 1 0
39,909 39,909 0000000048c6322e76c75b9de9a9e782ec3077bb9f36748cfcffb82fe0df1274 0.00 MB 1 0
39,908 39,908 000000002f44e70cf359a44237cdbc97456da637ece307bbbb7efc6d863db70d 0.00 MB 1 0
39,907 39,907 000000000b08b138cc5d8240d52eab2f85e9fea23cef6c99e003cf36177b08aa 0.00 MB 1 0
39,906 39,906 000000008761697c8b34f45403db6c7e492e1482899b917a30198300b98e72bb 0.00 MB 1 0
39,905 39,905 000000001a3b1cf6925691db6b8ceb885960628d249fdc7645643434fad6cccd 0.00 MB 1 0
39,904 39,904 0000000067739b90c506f3205cc5c33918c223ee4b7348ef77451f1bef801e1d 0.00 MB 1 0
39,903 39,903 000000005af073acca7710284b0f213a9daca825d9ccbf147a50ff1499c3c907 0.00 MB 1 0
39,902 39,902 000000007efd43256ce1eb20046b5f2dd4ca04d5968035b712090be235f90a04 0.00 MB 1 0
39,901 39,901 0000000066a8f210e60553e276165b278fa3b178987e18c5abaa14b696bf7dbb 0.00 MB 1 0
39,900 39,900 00000000128749d9400b7bba390340445963d1ecce3a7262c4d17809e80920bd 0.00 MB 1 0
39,899 39,899 000000006b33da73f25f3601f06f43da437a3b456b648a445570214b30df3faf 0.00 MB 1 0
39,898 39,898 00000000645cf11242a10a03c4a57a26d6516920f8e31ff88906888b9e2367c6 0.00 MB 1 0
39,897 39,897 00000000046083edb036e3577ad4633941fc779db297de32879b92a55329b29b 0.00 MB 1 0
39,896 39,896 0000000045b2472ce285ace8b4ab204d2f713945ffd5bb61b2a7aca6c0716c75 0.00 MB 1 0
39,895 39,895 000000003f0a73e0364f3147ea8031a2e18900f7e11e156a985813b1313bc30e 0.00 MB 1 0
39,894 39,894 000000003190dcfbd601cc39c1c8fdc7e2d09889b0874d474cb45c8d203ec999 0.00 MB 1 0
39,893 39,893 000000001f9d559611a85e13b93f615bde1db15aa3f23dffa096bf72ff869656 0.00 MB 1 0
39,892 39,892 0000000024c852806c45c81c4f3a148c4e18b78f5de664501f7748a9a440a50e 0.00 MB 1 0
39,891 39,891 000000006b5c3f95258a6dbf8187f6059ce618ecf00a2c61dc4dc29a4cb55c95 0.00 MB 1 0
39,890 39,890 0000000070e8676c22f3a0db51b2ee6873740358c5dcb4f89302fb823de1b11c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.