Loading Tool

Explorer IconExplorer

Memory Pool

4,714 transactions
2.73 vMB
0.00508064 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 14.46/200 MB

Candidate Block

Mining Attempt 94ec0521f69bd2eab0573772074081292bf7f64036efac28afd6a8886ccbbde7
Version 20000000
Previous Block 00000000000000000001a109e4333f7b259933cbadbf16b45500b7c32c757bf6
Merkle Root 034c25e781661aa7a9b017e1cd3110c8335f26e2e0e258f5f8527b9abf01c624
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.00327153 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,493 (719,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
193,682 193,682 0000000000000525346cc22f089b42121c378038bd4494ea0d89af4458b69db9 61 0.03 vMB 80
193,681 193,681 0000000000000329bdd299cdbd36b91ad26af527f3620471a32624996220fbce 65 0.02 vMB 33
193,680 193,680 00000000000003f65d80f682cc1bfc735284a59533ba20b015f835ff8f9d578a 128 0.06 vMB 85
193,679 193,679 00000000000007295ef1b3780b525239552ae51c46ac45e1f0e48d87c92a3bfd 165 0.06 vMB 139
193,678 193,678 000000000000036fb3d98d5f3180b705f790e8f00ed6e65a86898acafb3fbdba 621 0.25 vMB 132
193,677 193,677 00000000000004c630cb6848f1fcadd28461914b26ed7bf3d750354ea052520d 54 0.02 vMB 32
193,676 193,676 000000000000069dc9c19503c607f3f372d0bf611f70b044e1e7679a635506f2 83 0.03 vMB 120
193,675 193,675 0000000000000316a58b5fce298e046c39aa917afaa0aee710c5dafad69fdadb 128 0.05 vMB 66
193,674 193,674 000000000000052eddcaf2d42d92bba88d338f4e9dd70bd9c80987dcbee56036 512 0.16 vMB 65
193,673 193,673 000000000000079495600e56e1de4cc9f13429408f0c4d11769b548d993310aa 512 0.18 vMB 138
193,672 193,672 000000000000058590490567717e4fb0ef4248c934cbe6cb8b546f3c0267a64b 1,024 0.40 vMB 114
193,671 193,671 000000000000037ccfd85c40db4f2b2148bfe2f9dc31d2a47f8454046e20ca4f 175 0.06 vMB 43
193,670 193,670 000000000000062b693fdb6b913841c68dfaab26b8cfa98f6004e1309c9ac79c 195 0.11 vMB 138
193,669 193,669 0000000000000000b50a0feba39f75ce8800d57827c6c8fa917df5507998ec48 218 0.08 vMB 147
193,668 193,668 000000000000069604ce40e99b047dc72ea52a680f6a446060e5590b828b3f87 553 0.25 vMB 114
193,667 193,667 000000000000041ec7f7acf30e6d0ad619245519879e08d0d1decaadeb4c599c 9 0.00 vMB 15
193,666 193,666 000000000000031d1fb69ef16215811ab966e7d74c7ae6750a39041ee3eda9c5 603 0.25 vMB 143
193,665 193,665 00000000000000edef9c3c0a6b9686fdccb14cd0e1653f7cc222e15d66076e5c 100 0.03 vMB 38
193,664 193,664 0000000000000101d72ad5144e9253520507873746b4a71be098db3a5893e5a2 528 0.25 vMB 113
193,663 193,663 00000000000002ceefcda5dede2f217a27e3ea088265b3802de719935651340a 201 0.13 vMB 128
193,662 193,662 00000000000004a0dc429d26534b8e3c5902602687becff84f01c240a896f6e2 13 0.00 vMB 367
Previous 10 blocks ↓
Total Size: 779.72 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: 364.33 GB
    • Received: 1.75 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.