Loading Tool

Explorer IconExplorer

Memory Pool

43,587 transactions
27.21 vMB
0.05837413 BTC
Random Selection Loading Transactions
Max Size: 143.14/200 MB

Candidate Block

Mining Attempt 6555fd3e6446682b6f412eb284c21465bec60257b13d32f44a05a5d5e2bf823a
Version 20000000
Previous Block 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6
Merkle Root e38451572043d1b58499b7f75c2b7928125f2bb36ee988b19c13062d746cbe77
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,622
Size: 1.00 vMB
Total Fees: 0.00761256 BTC
Feerates: 34.14 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,913 (452,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,582 462,582 00000000000000000147a62f8da99e5bc9f6a95ed2c2f663baf615e83aa1e557 2,152 1.00/1.00 vMB 132
462,581 462,581 0000000000000000016abb7d0e7bf74969f776d62f1ac13ac5b1f5dbf4083d8f 2,671 1.00/1.00 vMB 184
462,580 462,580 00000000000000000105130c924ab53061b4df0b875152140e1d6058378bb3bc 2,505 1.00/1.00 vMB 158
462,579 462,579 00000000000000000213d97c2c01edec4b49cefc4f8324a3d213416895b49887 2,384 1.00/1.00 vMB 174
462,578 462,578 000000000000000001c3b56aca420f002e6d7005f12586bc17536a0d044e9f45 2,222 1.00/1.00 vMB 129
462,577 462,577 00000000000000000184bd53b252c4e75692ac9f89ea94f793da1a1b09ab1776 2,129 1.00/1.00 vMB 174
462,576 462,576 000000000000000001736535e13b99867266b74010d9bf024436bfb93f409b96 2,169 1.00/1.00 vMB 149
462,575 462,575 00000000000000000170bb5c49ccb7895674cce5272448c18c20202639646508 1,916 1.00/1.00 vMB 178
462,574 462,574 00000000000000000091d47a37ea1eae6a9f4f39eff0da2c55428e237128f0bb 2,396 1.00/1.00 vMB 137
462,573 462,573 000000000000000000d859978b81655328d2f497b9e674bb1495cac71bb2886e 2,473 1.00/1.00 vMB 178
462,572 462,572 00000000000000000117b9b81654ca4819274d499f821b3c5b7123f8f985ec95 2,495 1.00/1.00 vMB 183
462,571 462,571 0000000000000000018386d177c1374d21363a99fb313a5aaf7e6478526b0fd0 2,228 1.00/1.00 vMB 123
462,570 462,570 0000000000000000000191e3464c35f4774b78fcdbe7c04d050422a73aa91ca3 2,240 1.00/1.00 vMB 144
462,569 462,569 0000000000000000007c7e33f5c669b6d1e1a064399e9424e5368cb144393b3b 2,040 1.00/1.00 vMB 147
462,568 462,568 0000000000000000004814d384683d4a4e3a4498841b9dc9cdf09d86c55e523f 3,014 1.00/1.00 vMB 223
462,567 462,567 000000000000000001b8e82dae7cfeb034647c143d2b2ad0f1b192fc910b01ea 2,303 1.00/1.00 vMB 144
462,566 462,566 0000000000000000004d6989d63b9d17a07fde19f4dd183a8123711a46b9a3e1 2,351 1.00/1.00 vMB 166
462,565 462,565 0000000000000000011a00a8912b6a45e3cc7e22200db138a0aac6c854303699 2,191 1.00/1.00 vMB 180
462,564 462,564 0000000000000000005c2c7f3ad3aa7651eb0156bd71491ea2f4563a1fc4bd47 1,534 1.00/1.00 vMB 126
462,563 462,563 0000000000000000013daaf7b373ece27528806b30fffef2d609941d01ced391 2,333 1.00/1.00 vMB 123
462,562 462,562 00000000000000000205cea6a9776f92ff9f2b43012ebc698f4538c978cff9d8 2,656 0.99/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.24 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.05 GB
    • Received: 14.24 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.