Loading Tool

Explorer IconExplorer

Memory Pool

24,046 transactions
5.42 vMB
0.05759841 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.01/200 MB

Candidate Block

Mining Attempt ad607bf48470cced3e64fec38812db19b467d0bfd8f881762bfea8da10a9abfa
Version 20000000
Previous Block 00000000000000000001637054e6dc23e3f4ad0b25904fe5c667d6200d37765d
Merkle Root a0de7ff99a6134d5cbee93c83ab945d72e4d5d6727c06f63b4992ec05dd24b86
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.03873051 BTC
Avg Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,885 (768,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,553 144,553 00000000000004129f6d9ca31fdfb6669bf570403ef379df21511e14bc30c4d5 0.00 MB 1 0
144,552 144,552 00000000000000fd5de18ce411e5e62d9ae088c85e2f4fc5cde7b977221c2ad7 0.00 MB 6 268
144,551 144,551 00000000000004d6ae8d040f7fcefbd68c8843836313e28c69febd58a78a5d59 0.04 MB 71 135
144,550 144,550 00000000000005040999594300cf590425e88da228841a3f5ef78a61fac82e1a 0.00 MB 6 38
144,549 144,549 00000000000006b086ad653abc2caed83caaafd018a42c7603b11882eb0fdc9e 0.02 MB 58 97
144,548 144,548 00000000000002ce8aced73853c13646c33858961c27b120da95635aa0538cee 0.03 MB 14 73
144,547 144,547 00000000000008b650a2b787bdeece6f8932e0e007b3cf63963e71d905a5337e 0.01 MB 36 243
144,546 144,546 000000000000049952fdf38f102ddf17d8a6b36b74841aadf33ae2213a0a4702 0.05 MB 152 18
144,545 144,545 000000000000084fbc46953354a6f15988404d89b4fe8ff0e09bdcb43c1b346b 0.02 MB 63 144
144,544 144,544 00000000000003d28c776a1eea53659bc5b2a66c2aee3e56cd8179249faae34a 0.01 MB 21 301
144,543 144,543 0000000000000246bc659e5b96c0ab0fb854c848bcc8399c65f681f77eae72ed 0.01 MB 4 32
144,542 144,542 0000000000000511eda1eb139ba28db865e26499cdf8aa3fa4da600b255e385f 0.02 MB 67 46
144,541 144,541 000000000000078699d70e8d3268fe39e6f00f3c8caa9e6bbe9445cfb375116e 0.03 MB 47 26
144,540 144,540 00000000000001c76b62f8131524e29c20ceb8a136cd335d2a40b0a8eb5c9528 0.00 MB 9 132
144,539 144,539 00000000000003cf4da6894b2d0756d3ffe20924d65c2f374a33307e0e6f3580 0.08 MB 136 322
144,538 144,538 000000000000071244e6f058f9d6511615a3821ca2baa30d36020376db8dddb1 0.01 MB 40 370
144,537 144,537 00000000000000f7be65e609041a7bac25040de347e1f76cfb75dc41aa11735c 0.05 MB 115 142
144,536 144,536 0000000000000740a86730b41537c9d251da0b8cb57e9387f2ed90882f70402e 0.03 MB 79 121
144,535 144,535 000000000000090dbc430c755f1a7a677b32ec533bf2419f52386609ed70cfca 0.00 MB 6 1,031
144,534 144,534 00000000000002b2ee0d9fab71c117f4a60ce5cbd0fa4afca8da70c45b684ba8 0.05 MB 24 76
144,533 144,533 00000000000002223f8659628e5ae9f29d0e19bd7ce59a85e83bc988fc05c899 0.05 MB 124 103
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

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