Loading Tool

Explorer IconExplorer

Memory Pool

80,719 transactions
29.91 vMB
0.08304654 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 209392a50f44b88b0b305c88e5fbbf2d4ea1dbd1b161a7702d2765fd90afee52
Version 20000000
Previous Block 0000000000000000000135ac620a052967f9746b1bc66d2202ef22cb5fcb9e1c
Merkle Root 544042ba35a193a4da96761a95752987cb2f59c2b8d9db71bfd0e798f9f82607
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,174
Size: 1.00 vMB
Total Fees: 0.02202432 BTC
Feerates: 216.64 > 2.21 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,991 (95,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,390 819,390 00000000000000000002bf2825b08a23d37b16a89850de910a1ccd173d3d5a7f 4,389 1.00/1.00 vMB 28
819,389 819,389 000000000000000000005d5c059cf206d49377284635ff2b118647f880817422 2,811 1.00/1.00 vMB 39
819,388 819,388 00000000000000000002dc2d46996552980d6e68229ec9b81f5dc336af178661 2,344 1.00/1.00 vMB 36
819,387 819,387 00000000000000000000e7f4bc89d7b62fb75c7832a18f35987c7f69bc8f1c21 3,907 1.00/1.00 vMB 41
819,386 819,386 000000000000000000038dc72fd8a9efcdf3e90fba660fa4c08382f6f4bd3c1c 3,253 1.00/1.00 vMB 32
819,385 819,385 00000000000000000003942d3139df320743df7e47b7d6ea47e6f09e2b757dc6 2,880 1.00/1.00 vMB 36
819,384 819,384 0000000000000000000277903048df8a4c7f7bd37dde53c47592a563d05c1971 1 0.00/1.00 vMB 0
819,383 819,383 00000000000000000003c32760a336304ccba4c827d4e835dcecc30e2834b8d2 3,392 1.00/1.00 vMB 38
819,382 819,382 00000000000000000003fcd2954a62b5c9b7b9be2d36fbc8dc54553dbeead7f2 2,535 1.00/1.00 vMB 41
819,381 819,381 0000000000000000000122223758aa6a6d184ed93c714233d7502b13c0c509b9 3,491 1.00/1.00 vMB 53
819,380 819,380 00000000000000000002446015a6479620a1dc117bec391729696cacbd4b55ad 1,978 1.00/1.00 vMB 31
819,379 819,379 00000000000000000004165b8962b6a13b2c45b3c0a6762d1872d3889f4a33bc 3,159 1.00/1.00 vMB 45
819,378 819,378 000000000000000000010f286a9f31edfe43bd63179474f05312d0505cf22a92 4,680 1.00/1.00 vMB 27
819,377 819,377 00000000000000000001d63aa2c29b55ebee90c15dcb2da0d5b5c1a512f120f0 2,907 1.00/1.00 vMB 40
819,376 819,376 0000000000000000000145587f06d0dec8394b443945bf57ca856d574dd8f848 4,045 1.00/1.00 vMB 31
819,375 819,375 00000000000000000001f8a586e41e2580103d409041bba3db61713472372e9b 2,165 1.00/1.00 vMB 30
819,374 819,374 00000000000000000001bfa01473a4e5d50fa22ee902a1750b69412d8cdf14cc 3,600 1.00/1.00 vMB 40
819,373 819,373 000000000000000000025cd5c5c41ff41c36080305dfb09c5e94726423c30e57 2,678 1.00/1.00 vMB 39
819,372 819,372 00000000000000000002708e8a4c93e57c087282e42136fad2e5b74d31ec96e4 1,245 1.00/1.00 vMB 44
819,371 819,371 00000000000000000002047275bb690170d93b9a77e51200c52d60b0602ba2d9 3,550 1.00/1.00 vMB 48
819,370 819,370 00000000000000000002f9ded445a96d30b42c5b54fb0996b8d8f49127028e14 855 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.38 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: 664.13 GB
    • Received: 14.95 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.