Loading Tool

Explorer IconExplorer

Memory Pool

76,781 transactions
28.53 vMB
0.08555332 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt b5bd563cac5dae9eef61a58916b0d16c7f85c4a1fea4332fa4d07fe1b5bf41f5
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root adfe6352b5e152f73d0d7c97f2862c76ec4732d035058bd22f8117f08a785c5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,787
Size: 1.00 vMB
Total Fees: 0.02087192 BTC
Feerates: 56.81 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (366,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,641 548,641 00000000000000000008e58d0b9a421d343eb16dc306f7f20c491e50fa755fc0 1,322 0.45/1.00 vMB 15
548,640 548,640 0000000000000000000805c23e900a2c7b3d79481c8752a79cd0d86ef6d6e1fb 126 0.11/1.00 vMB 4
548,639 548,639 0000000000000000001debd2e3bde1dd4e69505dce0a12c8bc5932dc5c6eb432 685 1.00/1.00 vMB 2
548,638 548,638 000000000000000000199d8e503e217229ca2002348fc59e7a0588d96d78a329 1,091 0.35/1.00 vMB 16
548,637 548,637 0000000000000000001ec466624dafc2ec38a747899ca4d075a7826a6c55e608 2,326 1.00/1.00 vMB 8
548,636 548,636 00000000000000000011eb888f5f08a444ae68718ad4ae390b220de340e8ac56 605 1.00/1.00 vMB 5
548,635 548,635 0000000000000000000c17338f0e0dcd4ae6e186c6e7128a8cdd0b561ef5efb7 1,978 1.00/1.00 vMB 4
548,634 548,634 000000000000000000162932be92f7e531b6e30d61a5dc569ac8f8d45ca5ce98 533 0.26/1.00 vMB 24
548,633 548,633 0000000000000000001d62b8427ce3aaa29ef58ab33588cfec0726fa854b4787 2,466 1.00/1.00 vMB 6
548,632 548,632 0000000000000000001002e434a1d27eee990eb6a0b2e790003ea364db7d2974 3,296 1.00/1.00 vMB 16
548,631 548,631 0000000000000000000a462e8eccdf346fb6d229e5a9487bc9f4ab5a36d7fb61 1,077 0.68/1.00 vMB 8
548,630 548,630 0000000000000000001d46e057d1c34ba00803fdf28a01bfa1b6f01534630b79 853 1.00/1.00 vMB 5
548,629 548,629 0000000000000000001ad423c4929688afc4618e30ce056b709a7e6918903c6a 1,480 1.00/1.00 vMB 6
548,628 548,628 00000000000000000000a4834c96a6c86be7e16f81d1e225e0b34466cf286af4 2,858 1.00/1.00 vMB 10
548,627 548,627 0000000000000000001d63afcf0eb05150a7866cc12f0e56a99fcffc5567b8c4 1,903 1.00/1.00 vMB 5
548,626 548,626 00000000000000000012f05c4511afbc4902ac7d13555d195cfa1cbb26e58fbb 2,121 1.00/1.00 vMB 13
548,625 548,625 000000000000000000226b738ce1f5051727932d7e399fd1f37e6666ca156228 1,614 0.68/1.00 vMB 8
548,624 548,624 000000000000000000257fbcd2fa26f25d82024052bf0bb67c7572528506b8ca 1,406 1.00/1.00 vMB 5
548,623 548,623 00000000000000000017ffffef1a1b7317ca5d84ba3f4592c4dc2954ebf11fa9 494 1.00/1.00 vMB 2
548,622 548,622 0000000000000000001f23b669ef74fdd031e5809683e0131b8262a749ce7d12 1,611 1.00/1.00 vMB 5
548,621 548,621 000000000000000000249061705d5591fc9dc5832b9e7ec2b3ddd3faba1b2de6 369 0.21/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.