Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

300 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,260 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 287 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,259 (889,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,330 20,330 00000000da76d6aa344557dd05b24a953653f02774de4e37a3a78ba70f9e7539 0.00 MB 1 0
20,329 20,329 00000000056e784fe98c2a88b1e629829ba4ab17d94521592305912e6fc7e469 0.00 MB 1 0
20,328 20,328 00000000e7b05105b85b7950fcd42d6c13c4e84363bae0652dd686de110cea96 0.00 MB 1 0
20,327 20,327 000000007e22da9cce4748d0a8794fbe1e2008724a493c80afd4365658caf362 0.00 MB 1 0
20,326 20,326 0000000056a16bf4057374a28a1609697561d6990b1ad6909a4f25922deb7c8f 0.00 MB 1 0
20,325 20,325 00000000c76185ae8b09d2ea0c431708082167d613219e1ed4a48e768266b0ac 0.00 MB 1 0
20,324 20,324 00000000e5d33e73b2cef6ecdf2b2e1f0e4b21e3c50bcb6febd2058717e95cfb 0.00 MB 1 0
20,323 20,323 000000005eda3010b76ee8b932322db72addcecd0ab5bb86bcddb504f42f1bf5 0.00 MB 1 0
20,322 20,322 00000000e89cb65e9ccb7d2b9fad652ca4c197acdeb7a00885ed6f6a271fab0f 0.00 MB 1 0
20,321 20,321 000000008fd84f53fd67291cee5d1e65df5ed55b9accbf437bde67855a588f5f 0.00 MB 1 0
20,320 20,320 000000002259b075113893189cddbd886e972aa34986e0cde523e0efdfd4b96c 0.00 MB 1 0
20,319 20,319 000000008c9272eacb55ac0224038cd319ea18cbab02be5218d9bf94081090e1 0.00 MB 1 0
20,318 20,318 000000004ed43e49f1f3ab1a0509cfccf6114a6ebc3732666a8c4f1d20c1636b 0.00 MB 1 0
20,317 20,317 00000000a55b4baf7e3825707f3f0863205bb8dbe17021c17b5fe0d657139389 0.00 MB 1 0
20,316 20,316 000000005802aaeb7676e46d69bb7717581a9223d30d0fdd9b5bc5207d000656 0.00 MB 1 0
20,315 20,315 00000000ae675a4c037e0caf39b5f206d9fab0d7d71116d3386ff3062a9795b3 0.00 MB 1 0
20,314 20,314 00000000f2c89bf36bf990d3aeed98d81b86f7428d1ed74fa6b989c9b27db02b 0.00 MB 1 0
20,313 20,313 000000001149ab6e611fa4e5cbd9ec2e39b5368b82881ff0b2d20eb01911f757 0.00 MB 1 0
20,312 20,312 000000006a0b8e9b6a5f3d7d8c0e3850a23615b999e720f134169b274ca10477 0.00 MB 1 0
20,311 20,311 0000000015dc03235bd8818fb87a5c30814fd02e4bf02d26a9302510ec8dee38 0.00 MB 1 0
20,310 20,310 0000000030e64de4829232019f9f05f98b203a1230ac4049a4436360ef3a6f99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.88 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,220.62 GB sent, 117.97 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.