Loading Tool

Explorer IconExplorer

Memory Pool

42,055 transactions
26.78 vMB
0.05699781 BTC
Random Selection Loading Transactions
Max Size: 140.62/200 MB

Candidate Block

Mining Attempt b315b5400fa2de036627c0a48e8693e9ed1a2b9c95209f6bc6de253ce05cd7bc
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 1b58e0c33bfe4ed24bb9234b1be58df40421ca4556bf2623b5fdde2c1930a81b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,497
Size: 1.00 vMB
Total Fees: 0.00736050 BTC
Feerates: 103.41 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (462,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,510 452,510 00000000000000000098099ee474245a7f2cdade25e05b31ec00e5f09f3f821d 1,060 1.00/1.00 vMB 32
452,509 452,509 00000000000000000096ea8255cc8bf1161022421ba97fecbba65ed26d154bf3 1,450 1.00/1.00 vMB 35
452,508 452,508 0000000000000000027f1518de0481ee33ef25db808c484a493b49aa4475f289 2,435 1.00/1.00 vMB 109
452,507 452,507 0000000000000000010f795084f6f1c0fe07dc864d57e1097a72052f509e8081 1,898 1.00/1.00 vMB 110
452,506 452,506 000000000000000001e486801b1530c1dedd9b1e4018686915552fea1377136c 1,249 1.00/1.00 vMB 29
452,505 452,505 000000000000000001ae03c8df3a8a69b01adab8f69b7f8c1dcad6fae80ca46d 1,528 0.76/1.00 vMB 68
452,504 452,504 000000000000000001c859d726911480d7a84bf7d6f7032c3503156663c7b3d7 2,380 1.00/1.00 vMB 104
452,503 452,503 000000000000000001b861ac917ff716b10d30c79e3e46ae1775d3539b98c83b 1,553 1.00/1.00 vMB 64
452,502 452,502 0000000000000000012a51bdb3b6a77c3c47d98a7fe9b8b18b68590c284679f5 855 1.00/1.00 vMB 31
452,501 452,501 000000000000000000290a41a4c3923b10303c90dc141d0b6786f32e38a227f0 1,587 1.00/1.00 vMB 84
452,500 452,500 000000000000000000184f1c66512499018520026cd42cf5093670c6c2408f4f 475 1.00/1.00 vMB 18
452,499 452,499 000000000000000001cba86a86df4f325e5b70b5595518ab0bdc3b76cbee2c5e 2,249 1.00/1.00 vMB 72
452,498 452,498 0000000000000000015be0b6eef7ff3e9f25b7003850c3a0ff7493aac33b7d69 2,144 1.00/1.00 vMB 106
452,497 452,497 00000000000000000047fc272f042cb01b3f9744a092c068e54dfec0f26e7195 2,945 1.00/1.00 vMB 135
452,496 452,496 000000000000000000aaf97ad645d10edcb0b324d255680c2032c142b9ecb73a 2,161 1.00/1.00 vMB 95
452,495 452,495 000000000000000000bd1a8a7282c4e70419a11ad260f0ac8897882cf4b6a57a 2,234 1.00/1.00 vMB 106
452,494 452,494 000000000000000001e4a104b8fecf68bd85f5f84dfde4eccbb86af22c7583bc 544 1.00/1.00 vMB 20
452,493 452,493 000000000000000001c6d5aa5b1f8265f5e5ee2d32de98a71c2689bb6ef4640f 1,035 1.00/1.00 vMB 52
452,492 452,492 0000000000000000005f376304d93debc352417b581144a4a4220ada79e1082f 1,453 1.00/1.00 vMB 85
452,491 452,491 0000000000000000017f8903c5eacc4444004f51c0c66d98c79b6b097ed929a6 1,725 1.00/1.00 vMB 55
452,490 452,490 00000000000000000113c4b0908d7fe68c0964ba9814e7f0d222590037ab6941 2,591 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.