Loading Tool

Explorer IconExplorer

Memory Pool

27,273 transactions
7.18 vMB
0.04378251 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.84/200 MB

Candidate Block

Mining Attempt 5689a838816d4e8be5139783cfc209e554978642848199be48e8261e1606e887
Version 20000000
Previous Block 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3
Merkle Root 1633f8318008e02a99c53fe8578dbf26c9c18dac456d6a46afa7736addd868d1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 968
Size: 1.00 vMB
Total Fees: 0.01927340 BTC
Median Feerate: 1.59 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,229 (760,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,399 152,399 0000000000000ce2602bbd71ec8a70a9abc6c9793037b821cb2c096334547ac4 27 0.02 vMB 28
152,398 152,398 000000000000038aff0713c3b1bce4d783976cd0b22f93bf68d35b07c13301de 3 0.00 vMB 0
152,397 152,397 0000000000000780fca2c9e99bf217982484bae496209562e78af49a457b5078 78 0.03 vMB 99
152,396 152,396 00000000000003f25a269978eb134c1a3ed26dfda6e5fd2980199221cfd3d79c 64 0.03 vMB 234
152,395 152,395 00000000000004cb52697c5de6e81889997aaa9b0338d01406f0af9fd154ae29 91 0.05 vMB 120
152,394 152,394 0000000000000d7f3edfed4063730f3d588ad47bd13155c3a823651d18b5f628 67 0.03 vMB 71
152,393 152,393 0000000000000393b732dfd25ef3887aa957d48757afe4c96da8addd5ff1bf1a 4 0.01 vMB 98
152,392 152,392 0000000000000b6b10cede3ff77b0fe71ac9b168b7f60b4de7e4155d36272b1d 67 0.02 vMB 14
152,391 152,391 000000000000037219ba4d90a107a1d8b3da2201c0e6074e7b998ab922678733 22 0.01 vMB 83
152,390 152,390 00000000000007f3ab624390ce9e92adbea2eaee5c670bbbea9b29227cb85d42 35 0.02 vMB 74
152,389 152,389 000000000000005497f479599fe35220006d884494f8d7f39ffb8a82c4bdaccc 62 0.03 vMB 46
152,388 152,388 0000000000000241a8d75c5bc794a3155f60b8f552f8e659bfe17c3e95a154ce 52 0.03 vMB 92
152,387 152,387 00000000000004573919287e15116072b4569b193bebd84e42e99059ef9b7bdb 2 0.00 vMB 171
152,386 152,386 0000000000000723063490a3f066a888535084df12a0526a3441d4a11f53f681 14 0.01 vMB 2,256
152,385 152,385 000000000000078fed377a26dbd62b147286dd3a546970a3fed9122c87d64771 15 0.00 vMB 304
152,384 152,384 000000000000042f475574578db1f45bf485d87c620f66934c328286f7e3da00 79 0.03 vMB 28
152,383 152,383 0000000000000bf6f2634e2877fa6d915e40c8c6a2236cbef1b3b4e0b272c3ba 51 0.02 vMB 127
152,382 152,382 0000000000000c90803795a443450db2912a68e0348c5511025d544e21e3e6b8 17 0.01 vMB 72
152,381 152,381 0000000000000d56e4ef811140fbfa6e7992b89824fe67006b320fd60411805e 38 0.02 vMB 134
152,380 152,380 000000000000036b2157639139e6cdbaada9880252d633e2ddb17f8a97a17f08 53 0.03 vMB 85
152,379 152,379 0000000000000b3e95b8fb92a2af5b35acbe33a7cdc2af85e6cc87e2631f9e39 127 0.04 vMB 134
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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