Loading Tool

Explorer IconExplorer

Memory Pool

45,624 transactions
28.68 vMB
0.13469540 BTC
Random Selection Loading Transactions
Max Size: 151.64/200 MB

Candidate Block

Mining Attempt 814a1ab2a916cb6e0909eefbc2937c1db6bf077beeeb94a726020a93f9fb3921
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 4768a1e675e94e08b350dcfb6badf0efdf7b64a0eb4c010484c0cef06e5efbf7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,683
Size: 1.00 vMB
Total Fees: 0.07555728 BTC
Feerates: 15,654.48 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (121,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,290 793,290 000000000000000000048a5f7e9ae1c036154d3c68780f47ccd6faf4dae6ea0e 3,372 1.00/1.00 vMB 97
793,289 793,289 000000000000000000047f68232cf7346119e8e31d6b62c15b35252599290b5d 3,112 1.00/1.00 vMB 95
793,288 793,288 0000000000000000000393a02d81e6375facbc3df46c8e0c714c363571b7da50 2,628 1.00/1.00 vMB 91
793,287 793,287 00000000000000000005104d60fafd9498b6e0acdf735844928841ac40bbcc08 3,377 1.00/1.00 vMB 93
793,286 793,286 00000000000000000000baaafa08d8627428615f060a1a03f18c374f173a04a0 1,059 1.00/1.00 vMB 59
793,285 793,285 0000000000000000000365bede76ed519d6c1086cf339e20ecfa894c22861502 3,415 1.00/1.00 vMB 83
793,284 793,284 0000000000000000000388895e20df23fcbfa3f50baf4a4f7c65695ab421aca3 3,271 1.00/1.00 vMB 68
793,283 793,283 000000000000000000001a6aa79d949a89db392ff04ec5a9bb2dd8c2d4403e58 3,238 1.00/1.00 vMB 104
793,282 793,282 0000000000000000000084da8945a0b6bb5df84e30fa00959ee1184be1845b00 3,261 1.00/1.00 vMB 71
793,281 793,281 000000000000000000013b8be691f31bbddb27c2f91d78b02091844d17a9ca41 3,230 1.00/1.00 vMB 85
793,280 793,280 000000000000000000014c2af8bd8f055a19ac9b19e13e494e1454062fc7b2e3 3,299 1.00/1.00 vMB 69
793,279 793,279 000000000000000000011ff7dc9528dd012b76239cab8caf3be91a29893ada06 3,086 1.00/1.00 vMB 80
793,278 793,278 0000000000000000000080aca942ab17ea9035c6b5ffeec39a48ab66f0735120 2,044 1.00/1.00 vMB 102
793,277 793,277 000000000000000000011096bdfba22cba4eb42b411e8f993eb7c07dda07f034 3,332 1.00/1.00 vMB 92
793,276 793,276 0000000000000000000296a5c7c68a3d7fe49ebaf8e66a23bd6e80a69dd2c282 3,381 1.00/1.00 vMB 97
793,275 793,275 0000000000000000000248b27c9b245a853eff2f4183cd4335665b7afe729936 2,668 1.00/1.00 vMB 74
793,274 793,274 000000000000000000005ad1d94ad0b9ddcead728f895390f4df035dd17267f8 2,520 1.00/1.00 vMB 55
793,273 793,273 000000000000000000007196ae1e1e7ed3f533b5228de6c9005807788f843c43 2,574 1.00/1.00 vMB 65
793,272 793,272 0000000000000000000171b1841ed58f0efe74fc709e1ef391caec9578a304b2 3,471 1.00/1.00 vMB 94
793,271 793,271 000000000000000000009dd5270132bf8365968061eea013815ac620db49b0a9 3,678 1.00/1.00 vMB 61
793,270 793,270 00000000000000000002962ecb4e1b93428926a38959ed3e235b4f9887e82688 3,594 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.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.