Loading Tool

Explorer IconExplorer

Memory Pool

42,685 transactions
26.98 vMB
0.06826982 BTC
Random Selection Loading Transactions
Max Size: 141.50/200 MB

Candidate Block

Mining Attempt 86885fa4959b49b85615af5aba92b9604fb834d8cb80bf0aac674303371c9a49
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root 2fcb1d039ff2f8980d39741ee0ba72052bf145c1af92af7100a42d0c9a3e994d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,511
Size: 1.00 vMB
Total Fees: 0.01804021 BTC
Feerates: 201.07 > 1.81 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (461,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,751 453,751 000000000000000000833adab6c0b0ff39928e3b5f07afc733d3b1443729a7a6 1,933 1.00/1.00 vMB 92
453,750 453,750 000000000000000000c58032496b184b56c07b62919cbf9a8243fdd86b4a1876 2,630 1.00/1.00 vMB 193
453,749 453,749 00000000000000000252b2fb7e477185e56228a4f5c31ff9e8b5604b88adbbbe 2,445 1.00/1.00 vMB 148
453,748 453,748 00000000000000000131bcd0df5ec13e696781a81458d73ea00c5eb4b00d0290 1,428 1.00/1.00 vMB 94
453,747 453,747 0000000000000000014a78c6f3b82e20ca3f0a53a2a70121777c520dd2bfe300 2,813 1.00/1.00 vMB 221
453,746 453,746 000000000000000000531d3178ad85544765d217fbcdc29874f89fc621b337fc 2,678 1.00/1.00 vMB 159
453,745 453,745 000000000000000000d53f3c8f874c50e504a0bc75f5c26d600427660379b8a1 2,094 1.00/1.00 vMB 91
453,744 453,744 000000000000000001d133c6d3d6e165ea4c88808329ca9d68f1ddd523841942 2,140 1.00/1.00 vMB 108
453,743 453,743 00000000000000000102e0225ea572ac6b9186281b51638f492fba912ea62338 2,232 1.00/1.00 vMB 121
453,742 453,742 000000000000000001e5972423a4efa14093ed876b9d4809ed3daa6c32b8a8c8 546 1.00/1.00 vMB 14
453,741 453,741 00000000000000000152f2016711a3b43416f2a9e6a39cff43280c936db03008 872 1.00/1.00 vMB 25
453,740 453,740 00000000000000000130c131f4db543947d7a679c20aed6f5ae105b8699ac2d5 1,179 0.58/1.00 vMB 63
453,739 453,739 000000000000000001304a4f645d8b296900d0187d673f58b11083a42fe4a436 2,236 1.00/1.00 vMB 87
453,738 453,738 0000000000000000005943f73381a29e82ca01256045ac1487d2db9129fc5c01 2,078 1.00/1.00 vMB 99
453,737 453,737 000000000000000000b9bc16241b41e974a498b53b389e92a3d3570d9967ba18 1,252 0.63/1.00 vMB 78
453,736 453,736 00000000000000000273c60b8e5afa72f1254ac12df0c019ba1926cc3db68aa5 2,582 1.00/1.00 vMB 123
453,735 453,735 000000000000000001780b932f6e7f8a561472cef5c330364ec9771c3b6c68bf 1,545 0.77/1.00 vMB 61
453,734 453,734 000000000000000001535c66ef14ba1cc4724b1f69f5f880eef4b302a96ada17 2,581 1.00/1.00 vMB 118
453,733 453,733 0000000000000000026b95dc246058a4ce6e032d963b34ed63970fa9f395bd1d 275 0.11/1.00 vMB 99
453,732 453,732 000000000000000000f82880b8691cb20b06d4e11725c4636e901b5a6d018b02 2,468 1.00/1.00 vMB 105
453,731 453,731 0000000000000000019700d5d48888b4c8928195c096ab27c3da06815ca4c42f 314 0.18/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.28 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: 657.01 GB
    • Received: 14.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.