Loading Tool

Explorer IconExplorer

Memory Pool

83,297 transactions
31.24 vMB
0.09280445 BTC
Random Selection Loading Transactions
Max Size: 191.60/200 MB

Candidate Block

Mining Attempt 8a3deb0b5757a57b62c2d8e9387bd069a36309a431671e90f866eec8139336a5
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 66b8bbcc3ef10b7aecd83702d43d46eba7d4b1a85895b986f862e1125bd75097
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,390
Size: 1.00 vMB
Total Fees: 0.02234679 BTC
Feerates: 114.60 > 2.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (545,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
369,268 369,268 0000000000000000040db71d0ecade3df7c8543eb7c0c9fe5f5ef331e987e490 1,069 0.75/1.00 vMB 46
369,267 369,267 00000000000000000f558d0b9d233c1fb8e35b6e81e945cabbe41f926d13d462 1,532 0.75/1.00 vMB 60
369,266 369,266 000000000000000005962c26b6f98471e0e130adb3467488327e0bfa6be9d6cf 323 0.25/1.00 vMB 22
369,265 369,265 000000000000000004dd8bfbebaf2a246c388493e98c40696092c0d2c990354a 715 0.75/1.00 vMB 80
369,264 369,264 0000000000000000010780390c57737cf4fbdc29488987049fa03fd10d5a3a35 341 1.00/1.00 vMB 80
369,263 369,263 00000000000000000069cd94d0e3fba1ed06e2e5a2137f0762bea925c361ad2b 279 0.91/1.00 vMB 63
369,262 369,262 00000000000000000cbf52d7099b4bffeb04c7d89205ae802cc5b383443786d9 796 0.99/1.00 vMB 67
369,261 369,261 000000000000000000a0d9624b948db3b4f0c22bc62d86dbfdd6b0d297f9f9d4 462 0.44/1.00 vMB 26
369,260 369,260 0000000000000000137b5ec573f15e0a9c48c74532ef2e2be497e351ca338261 237 0.17/1.00 vMB 12
369,259 369,259 00000000000000000660ff8d3ebc5036775d5edc8f862c6a3cfb488d3a716b14 431 0.75/1.00 vMB 15
369,258 369,258 000000000000000003f06c9e51406b369c712ece43f3b128ecfc991d992e7691 165 0.75/1.00 vMB 11
369,257 369,257 000000000000000013051dd1e4166e44f60b6f2f95374ea7ee4b0585592d4770 2,136 1.00/1.00 vMB 42
369,256 369,256 000000000000000004cf9674d2e4c46a83283f419993c3338902c4fa8b0f59a8 1,764 0.93/1.00 vMB 42
369,255 369,255 0000000000000000090ecfb2131b0a56ff725571f9f9bdade558b2821cb6d0be 1 0.00/1.00 vMB 0
369,254 369,254 00000000000000000a8e80d38404a7b086f087e31cf54801ecd02999ea430b7c 1,159 1.00/1.00 vMB 27
369,253 369,253 000000000000000005881a03b55aa56e0eb35d88aa68ec20a6b076ccced5a77b 220 1.00/1.00 vMB 12
369,252 369,252 0000000000000000103c37b02ede2b9975be2d341bae4e89fba9e498fa56f0c9 1,291 0.95/1.00 vMB 33
369,251 369,251 00000000000000000632fcb3337cfab73ef1cd353bd42c23608541067e66b66f 1 0.00/1.00 vMB 0
369,250 369,250 00000000000000001046456e0ea0e39b4d8b570dbf289814fb3fe77d2c4d8012 663 1.00/1.00 vMB 20
369,249 369,249 0000000000000000070cee4bde587ff2f2fb64a57b4ca4997f8d6fd5f87ac33a 158 1.00/1.00 vMB 11
369,248 369,248 00000000000000000eb1bbe04a9d8751989f18e22dba3a329dea40f112f7d145 1,513 0.85/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.43 GB
    • Received: 16.91 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.