Loading Tool

Explorer IconExplorer

Memory Pool

72,906 transactions
28.11 vMB
0.06884412 BTC
Random Selection Loading Transactions
Max Size: 166.45/200 MB

Candidate Block

Mining Attempt 0236cbb54ba954d79b14c7d40b307d0e23a579554046e202c9d804723ed27b2e
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root b700115a7e506e3559152b06e7776e49efe2b58d9d37d3f8dcd324ddfdd69891
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.01227626 BTC
Feerates: 150.86 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (452,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,606 462,606 000000000000000001341de4838d57aaa156c5a0fc4bccc0eb5f0d80df54e104 2,130 1.00/1.00 vMB 139
462,605 462,605 000000000000000002119a18a034512f39d7a500f85794f63e549463c604db36 2,245 1.00/1.00 vMB 255
462,604 462,604 000000000000000000be75474fcc775907c2ea133bc699a9b5d13b457ec287c2 2,749 1.00/1.00 vMB 248
462,603 462,603 000000000000000001a57344c2820871570aa384c3abd0825518bdfe3a6965a9 1,909 1.00/1.00 vMB 145
462,602 462,602 000000000000000001a34b5f37138ff1018d3ed939408cda3cc512afa35f631f 1,639 1.00/1.00 vMB 129
462,601 462,601 00000000000000000007083cd3d911826f07342aef4a87aab2b0fc9760842f30 2,516 1.00/1.00 vMB 217
462,600 462,600 000000000000000000dfeae08ca4d98d5af0739116409ee7bfeaffee05e00f82 3,756 1.00/1.00 vMB 121
462,599 462,599 0000000000000000010ca60b3bbb32d16c0eef4e0d6e68f59f4979f5d09d1e2a 2,399 1.00/1.00 vMB 126
462,598 462,598 00000000000000000013251a7b3e1d066b8d5b03c36fc761d8dcd8dd12541ee4 2,600 1.00/1.00 vMB 137
462,597 462,597 000000000000000000fcde1c5f7e4cbad87bb3ac5a81583fc518724c6d41295c 2,512 1.00/1.00 vMB 147
462,596 462,596 0000000000000000013cf0bbe9549a1cedc7a94bb955d2594c875144976f5ab0 2,859 1.00/1.00 vMB 186
462,595 462,595 0000000000000000007a19b17ed7092662c51d5427c4047835d344fff818274a 2,543 1.00/1.00 vMB 174
462,594 462,594 00000000000000000037f1f8683dfa1e3c6cc1d4e4e28180530722de769dd98d 2,080 1.00/1.00 vMB 142
462,593 462,593 0000000000000000009f3a6a5471f7e44e16dfa718bf1a31d4d81c4d5e746ca1 2,236 1.00/1.00 vMB 166
462,592 462,592 0000000000000000004b3f3b6a2df2530c2b76960071578456218b9308bfe133 2,323 1.00/1.00 vMB 231
462,591 462,591 000000000000000000e0cf802826caf53970707c1f83e121c58ef003cdcb71f0 2,836 1.00/1.00 vMB 171
462,590 462,590 00000000000000000092b0667f1c25086c9aaa179186e2a529d86c10357baa4a 2,629 1.00/1.00 vMB 154
462,589 462,589 000000000000000000c64844ed169f7bd7eca53757a0c513e0d83c915a8abfcd 2,299 1.00/1.00 vMB 146
462,588 462,588 00000000000000000103952f5c0de8cab652abfe867a2c2e9c8c352fde180b40 2,325 1.00/1.00 vMB 138
462,587 462,587 000000000000000001b1548475eb3f0379ff5fabc82d72055a140c237ff0bb3a 2,359 1.00/1.00 vMB 149
462,586 462,586 000000000000000001abc00a4be66c3ff53f1f87bd66e04740d5dcc5f0155932 2,371 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.45 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: 666.79 GB
    • Received: 15.22 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.