Loading Tool

Explorer IconExplorer

Memory Pool

28,898 transactions
17.96 vMB
0.04450702 BTC
Random Selection Loading Transactions
Max Size: 94.64/200 MB

Candidate Block

Mining Attempt 78a02f38cbd9a313371f429df5a8a3b917c9ae84243d5e794abfd24834bb011f
Version 20000000
Previous Block 000000000000000000005b8e0d83987284c949fe1b5a37249d508460e17cb30e
Merkle Root 18494237c8b1bda367c747f234772b151bc1f25c579ae97b7506982254c4a9fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,523
Size: 1.00 vMB
Total Fees: 0.01089960 BTC
Feerates: 60.16 > 1.09 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,143 (847,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,349 66,349 000000000a303617e0cf78c0e7ba1ac4c7688f53ad6bed75adbd04fd67b14bf3 1 0.00/1.00 vMB 0
66,348 66,348 000000000808c95db72a2aeaa278e61acea75847e31d1ceca5560e5675473b4c 1 0.00/1.00 vMB 0
66,347 66,347 00000000016ee73bb6afd138535af2d34565ff8e5d9dad50c69f15f76d5504c5 3 0.00/1.00 vMB 0
66,346 66,346 0000000004df277e63a824dfdce98026e05963fbe49d372030b2f82ce121a410 1 0.00/1.00 vMB 0
66,345 66,345 00000000065284154fc98abc7e36e60fad16928d12994576bce1b4d30c2f4226 2 0.00/1.00 vMB 0
66,344 66,344 000000000a666e3065b382ec32fac0258b9de51919fa9a73a1416ac2a2823702 1 0.00/1.00 vMB 0
66,343 66,343 0000000008f4523a6eff652f54bfaa3360c1ddf0465eeac42e8ad3a0f13e0fea 1 0.00/1.00 vMB 0
66,342 66,342 0000000004e4b87b562b8575e816f047c9f9929388e2bbaf8e685a3d3d94f58f 3 0.00/1.00 vMB 0
66,341 66,341 0000000005d5247b3dc79844b23b5dea8e0c5a0874b096ed2e1f5287a8c5f080 1 0.00/1.00 vMB 0
66,340 66,340 000000000882d033da455e24d7524c4f4910057e2ebc925ed2fa223c946477cc 2 0.00/1.00 vMB 0
66,339 66,339 0000000007473c9cc716933f33b33fc8440a77accd4cc5f6114d3bba800263cc 1 0.00/1.00 vMB 0
66,338 66,338 0000000009f1a675f60576db317822d3f2ed0d1597d94bbc586bdab0efdd3461 3 0.00/1.00 vMB 0
66,337 66,337 00000000063502365b1646893dc22abcf1bd7c7cfd9b114146f016b485708284 1 0.00/1.00 vMB 0
66,336 66,336 0000000008a63ddbcc19345f544c6ce77d36b4a1f4826c1c3645bae39f3834a9 1 0.00/1.00 vMB 0
66,335 66,335 0000000008aab2aaa911383fb5aa4824d22bafe874202c4c90ee0ae086e4100b 2 0.00/1.00 vMB 0
66,334 66,334 0000000008032b56c64f3cb85c5ef544c16a3db19cb0a97fd8c52695c3588737 2 0.00/1.00 vMB 0
66,333 66,333 000000000671b3ae9719903d0052bd35e7fde08872885f962e4ea0f5f4509276 1 0.00/1.00 vMB 0
66,332 66,332 000000000320b501a568aa015c54cdc0b28f56361f960c011349281f1a17e185 2 0.00/1.00 vMB 0
66,331 66,331 0000000008ae5418e9baf6c618ba91ab826d6feff583c179354c0992c0b76c76 1 0.00/1.00 vMB 0
66,330 66,330 0000000003aec51a134037cf8769cce870c274b19af17d952fcc2a294c1d866d 1 0.00/1.00 vMB 0
66,329 66,329 00000000026d3dbba362631e454aca9a2560a3193fb88a0ce09145e4bd743533 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 562.96 GB
    • Received: 7.51 GB
  • Uptime:

Notes

  • 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.