Loading Tool

Explorer IconExplorer

Memory Pool

74,599 transactions
29.65 vMB
0.09566533 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt b2b1db54bfa15ba7ce7f539258a2e6449ddfd581bcbb5a6c0a1f5f08fedf3c58
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 08ff5ffe842e0a23a32d72b09711368f71d9ee5c259bc79e2488f3176a44cc8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.02655379 BTC
Feerates: 150.36 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (64,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
850,661 850,661 00000000000000000002de0123e83ce6c95aa97dd0cfed0b5ddf4d22247ba5ed 1,971 1.00/1.00 vMB 17
850,660 850,660 000000000000000000033d96e52dbc00fc344f9f384d67d55e62ef088134c393 826 1.00/1.00 vMB 12
850,659 850,659 0000000000000000000028561b980cc4addc06b61029de7e50b3cb6ae83c33a0 1,309 1.00/1.00 vMB 17
850,658 850,658 00000000000000000002ac6ff2c32178f6cb407b2805b46ee3654bd4224b7404 1,798 1.00/1.00 vMB 17
850,657 850,657 00000000000000000000e17fbb3bbbae06b327c1837aa6403cbbef7ce2aff59c 1,844 1.00/1.00 vMB 23
850,656 850,656 000000000000000000028e3284a063411220a553398773b792e32f2096936029 1,393 1.00/1.00 vMB 9
850,655 850,655 00000000000000000001f7f899d7299d64ce3d65ac10d9c92bccef0102bcfc64 1,234 1.00/1.00 vMB 11
850,654 850,654 000000000000000000015c4090fa3511d4894b7ecf2a19b3b82a71bf0b623740 1,541 1.00/1.00 vMB 7
850,653 850,653 0000000000000000000190728de1ca5581d8fac06ea3f5988a7627e85a0336eb 3,199 1.00/1.00 vMB 23
850,652 850,652 000000000000000000015f505d6b257d9915559767dd3c8ab3499355c05ea186 3,432 1.00/1.00 vMB 13
850,651 850,651 0000000000000000000201e0f9bcdf2d612d1b682dcc00b6397cf7d5cacfc2fe 2,106 1.00/1.00 vMB 8
850,650 850,650 00000000000000000000ba9a7b7fb73229cafed2eb01ceb4d4db7c92f9ab7e96 2,860 1.00/1.00 vMB 13
850,649 850,649 00000000000000000002a203334b5f7b987addc4bdc11dd3ce0ee6ee4a3753ba 316 1.00/1.00 vMB 5
850,648 850,648 00000000000000000000547c5c5d4104ff5382fb2c3e88c96c81f4364c183398 3,228 1.00/1.00 vMB 11
850,647 850,647 000000000000000000011dc608e451ec9b7e710e6746addcb2c2c815e5de912b 3,916 1.00/1.00 vMB 8
850,646 850,646 0000000000000000000123083d937454e2bac3e63346758c6cc3568b9606a3cc 3,828 1.00/1.00 vMB 10
850,645 850,645 00000000000000000000123a24cf6b80a5ce9a62d0d01197930ea1db216b35a3 6,806 1.00/1.00 vMB 7
850,644 850,644 00000000000000000002a72e4a4c8ec8aef1d1b4d72f06b016e0ee7e5820c79f 4,760 1.00/1.00 vMB 8
850,643 850,643 000000000000000000005d780bc4a12c30265ce437c7d5a4ad43eb336cf3a760 5,635 1.00/1.00 vMB 7
850,642 850,642 00000000000000000002b54bf872f8c9d500984ce5cae598d0f8837d5d68b73e 3,461 1.00/1.00 vMB 9
850,641 850,641 00000000000000000000e2661bad208ae40d35779a4484531acfbc60caac8f37 6,706 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.