Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,241 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,476 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,475 (825,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,325 85,325 0000000000076aa0eabb75a9577c345a46759594fb44b9de49d8b45a4d6409a6 0.00 MB 1 0
85,324 85,324 00000000002bee50558803ea8f3f46d0de6f6eb38765fa6810d2d2feacb254a9 0.00 MB 1 0
85,323 85,323 000000000018848ee90df9733ba60c3490f4e12bc1df9e83fe5f06f5768faa5c 0.00 MB 1 0
85,322 85,322 0000000000221587f3cd812a491e02be74caeac271d2385dcc4d352ca251e49e 0.00 MB 1 0
85,321 85,321 00000000002166c598054e29c984b0f3775a4e29ac0f0816ef815d66ebddf48e 0.00 MB 2 0
85,320 85,320 000000000027c17f1f01b814febe0f551626b8b8750378b988c617f7f8b27c9e 0.00 MB 1 0
85,319 85,319 00000000002c6f0a1066e7689d281d9db94c94e5b19155a84f624490b785681a 0.00 MB 1 0
85,318 85,318 00000000001a97fff8bf47ec0e52c79f16124e3a8ff21f012d54c25cc7874134 0.00 MB 1 0
85,317 85,317 00000000001111d34a058a3f28640de9fd2f6252315912f752211ed303a3565e 0.00 MB 2 0
85,316 85,316 00000000001a6c11d7bbe8840006db2a13f54f52bf164e071f3fc904e2aae4cd 0.00 MB 3 0
85,315 85,315 00000000000d608c3f6a18be8fb05c90ee7cf2530ee88d503f64d6c668a6ab0b 0.00 MB 1 0
85,314 85,314 000000000013d0adfda4fda07c2e1549ed1f4c98c9fb4dab86105fe12a147c2d 0.00 MB 1 0
85,313 85,313 000000000012b30003d9501bab3a829e51919e7040f58b1a4b2894fd37d500e7 0.00 MB 1 0
85,312 85,312 00000000000f54fd49532670ecb427502b933b3d01d94395ad3306288d6e3abc 0.00 MB 2 0
85,311 85,311 000000000018a791187dcd1a04fb83e134821a2a58999b41cd66748618c11061 0.00 MB 1 0
85,310 85,310 000000000016e1f76c97bc521dc0f5def06a48c986e9420e7febeeb6a1e6973a 0.00 MB 1 0
85,309 85,309 00000000001096d04eae0be40ba4e61cbc62fe768f0b0be409c6d0d884a2ac3a 0.00 MB 3 0
85,308 85,308 0000000000115a876f7cd69a8f4fb633640eff4d900a0af3e039ab122d1cff51 0.00 MB 2 0
85,307 85,307 00000000000421ff27c07d6348bf36d218da002b03846b4fbec5bb0095c80372 0.00 MB 3 0
85,306 85,306 00000000001bfb424e2a6592f82387dd0bbbfeb4bb57000a1e747f5c9d58139c 0.00 MB 4 0
85,305 85,305 0000000000197389a12e76d3f845104daea60e5a158af5ee9ce64c06fd2f5f22 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.68 GB sent, 119.88 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.