Loading Tool

Explorer IconExplorer

Memory Pool

77,989 transactions
29.10 vMB
0.08672236 BTC
Random Selection Loading Transactions
Max Size: 175.60/200 MB

Candidate Block

Mining Attempt 0ee35cba7cabcaabff32555c230d801f09afd677a9c33d0ed18f893628131d2c
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 6b4e0e7e1ba960cf43b6a22200a93ead4c1dab3e7168dfb9be0992bf990afd36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,162
Size: 1.00 vMB
Total Fees: 0.02206016 BTC
Feerates: 81.07 > 2.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (108,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,297 806,297 000000000000000000039e670288022579c42bb99597b965fdc7a58ad0cd8ee4 2,762 1.00/1.00 vMB 13
806,296 806,296 00000000000000000000c5a12c9de55ec5f117af52fb51f0aa9d0ed8a1b266d2 2,697 1.00/1.00 vMB 22
806,295 806,295 0000000000000000000097e80b6e3c10fc904fa2762a84df4de6be81a96076fd 6,886 1.00/1.00 vMB 15
806,294 806,294 0000000000000000000143f4e6fc0fbab8a1e7d1a819425d8c8f56a378b425df 5,398 1.00/1.00 vMB 16
806,293 806,293 000000000000000000043ec24df0c655a58927a661a8d287d9a04a7dcfd3db99 6,518 1.00/1.00 vMB 16
806,292 806,292 000000000000000000010910d238dceddb953785592deaaadf62d25f995990e0 5,522 1.00/1.00 vMB 14
806,291 806,291 00000000000000000004584b7c2cd2d47720ec27e4450180a7da33531d855601 2,303 1.00/1.00 vMB 19
806,290 806,290 00000000000000000002aa7c6d7a9323eea5e3a2bb79c572a9827131121653b6 2,527 1.00/1.00 vMB 19
806,289 806,289 000000000000000000023d1e6b7413378227618a170551032e6c80ae6dde8ca4 2,320 1.00/1.00 vMB 13
806,288 806,288 000000000000000000044c7a34c46bcabce1bc06969b36e85d6beec1a6bda176 2,874 1.00/1.00 vMB 21
806,287 806,287 00000000000000000003225f3839ea669647ed9c9fae5b1c6d596a43783b6741 5,226 1.00/1.00 vMB 15
806,286 806,286 00000000000000000000f53cb975ba88f3006a585a8a8017d55f9a22b126f3f1 6,183 1.00/1.00 vMB 13
806,285 806,285 00000000000000000000b5645d51795612cdab9fe9b0f3d8efc8403558f014a0 6,573 1.00/1.00 vMB 12
806,284 806,284 0000000000000000000479d60aea0587784d95154e787e8c213dd9ed3f21120b 6,827 1.00/1.00 vMB 13
806,283 806,283 000000000000000000039726ddbfa1aac2d1859c03e73585c0a38f134f76c94e 4,335 1.00/1.00 vMB 16
806,282 806,282 000000000000000000005c96d1f214435b35e80dab5240d2fa4010a9791dcee0 3,300 1.00/1.00 vMB 14
806,281 806,281 00000000000000000000a938fc3e7b78ab21b2c2be21088bef7d9b23bf0fb357 1,811 1.00/1.00 vMB 16
806,280 806,280 000000000000000000028ee2f1668e346cdf974cf94e302dd02998439d4ec30d 7,615 1.00/1.00 vMB 13
806,279 806,279 00000000000000000000646a6db562bfb958bb12d5a2851ac5da43ec696f425a 1,946 1.00/1.00 vMB 15
806,278 806,278 00000000000000000003d3b4034237497e3fe3aaa70587d0486a85b10d80a794 5,078 1.00/1.00 vMB 12
806,277 806,277 00000000000000000000148ce94532b3278afc574f6e6cf5e7d8759d57373cd5 3,082 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.