Loading Tool

Explorer IconExplorer

Memory Pool

85,781 transactions
33.29 vMB
0.16779134 BTC
Random Selection Loading Transactions
Max Size: 197.84/200 MB

Candidate Block

Mining Attempt 740293975817051a8bbed53609d09f14364c90de7e3b78d5eb93c33feb1e8329
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 63e7f758557b8a65497e0f702e0d52d26b43d0e9ead719719aefbee4508cf7d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.05174321 BTC
Feerates: 318.30 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (489,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,337 426,337 000000000000000002082e798a2c6f1887f7410b044ace92ce24770d04828e20 691 0.65/1.00 vMB 29
426,336 426,336 000000000000000000834d3453d2d1ab84fe4f9cff1205bcf0367b928341e042 2,537 1.00/1.00 vMB 66
426,335 426,335 00000000000000000216c476d625dd3176a441593f23ae28e55d3deb8b33ab60 2,526 1.00/1.00 vMB 73
426,334 426,334 000000000000000004b27fa1695961f04057d86fc7f113827bfbdf8b86ce07a3 670 0.84/1.00 vMB 21
426,333 426,333 000000000000000004503e1faec9c0b410653b9f06b07ec1d67e89e6c135a57e 627 0.37/1.00 vMB 36
426,332 426,332 00000000000000000032babad9a0898d2cea72b64560d444287df07bdfce3dbe 2,282 1.00/1.00 vMB 65
426,331 426,331 00000000000000000487cf3318002cacd97e6ef96bf80df30b915f4dfb16c837 2,459 1.00/1.00 vMB 73
426,330 426,330 000000000000000001e02c8c52a4ebe78f00b55fce49f6955bb1ee95b1896f60 122 0.04/1.00 vMB 71
426,329 426,329 0000000000000000030824ed5e37ae36e143503a8da46cc84802305cc9bceee2 1,722 1.00/1.00 vMB 41
426,328 426,328 000000000000000001ad0c230b6448002c6d147b626c8a60cded132f152514d6 2,208 1.00/1.00 vMB 55
426,327 426,327 00000000000000000146eee75cdb19da8a42d9bd6d3ecd9e07b699a3f2f71b1a 2,317 1.00/1.00 vMB 63
426,326 426,326 000000000000000001adbf74effbf926ac1958d0631a3103706823d9f26ccc29 1,895 1.00/1.00 vMB 44
426,325 426,325 0000000000000000007ee081a4890d52747c3d59960e14f4b0b33b92bd0a2cbd 1,791 1.00/1.00 vMB 48
426,324 426,324 00000000000000000370be8c2ac800309615513fa8c54a908aab13a5242247ba 2,584 1.00/1.00 vMB 61
426,323 426,323 000000000000000002ae75d7877e40a51a2a38b84bfa21e91877463626cda505 2,454 1.00/1.00 vMB 81
426,322 426,322 000000000000000003dca6caac520ef90f8912faed38a2d88e05bac479446f21 2,458 1.00/1.00 vMB 70
426,321 426,321 0000000000000000036eff97c7c5644db9586280d3ec8b61aaf18cbafd14747c 2,487 1.00/1.00 vMB 85
426,320 426,320 0000000000000000016c0bae1e059faf91b1c9405c798c22af901589e8041fd7 1,200 1.00/1.00 vMB 74
426,319 426,319 000000000000000003e1086f3afa40209e139e41c65af75c008ac3f333176b21 2,157 1.00/1.00 vMB 53
426,318 426,318 000000000000000004f4ac5c0ed1df1c537ec1e198e45114d6ddc9b53b86674f 2,722 1.00/1.00 vMB 82
426,317 426,317 0000000000000000035e07e87c3035fb00cb0601b9ecc83d5621b22fb20eee81 341 0.18/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.