Loading Tool

Explorer IconExplorer

Memory Pool

44,934 transactions
27.37 vMB
0.10397240 BTC
Random Selection Loading Transactions
Max Size: 143.50/200 MB

Candidate Block

Mining Attempt db63b0bfff655ad7586b779199aaa46f8b19bed2b31bee02a1bb22d0ef2f3ff4
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (350,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,466 564,466 00000000000000000004a47fdff4db2ad7428816146b3b1920499cf0d71df18d 297 1.00/1.00 vMB 8
564,465 564,465 0000000000000000000222f9271a2ff3e1f669ffd08031fbdacc96364474f75a 1,871 1.00/1.00 vMB 9
564,464 564,464 0000000000000000000fe5c648198890085c0772e5bca25260c2e85d4379330c 2,263 1.00/1.00 vMB 47
564,463 564,463 000000000000000000199cf4f9a048680f01d63452070073cee85ff0a0b2c5a9 1,399 1.00/1.00 vMB 11
564,462 564,462 00000000000000000018569d521759e52fe3eb8731cc9b41bc01f0272848bc26 1,388 1.00/1.00 vMB 16
564,461 564,461 0000000000000000001a359c86fb46ea39dc151553c703b32dcbfa7cb5a2afe0 1,644 1.00/1.00 vMB 17
564,460 564,460 000000000000000000269fec21dee2101c718bf73157762be80cceadfdc84282 2,104 1.00/1.00 vMB 38
564,459 564,459 0000000000000000001d34536adfa6596b7c63aeb7fdd4955c09c3a017ac1736 2,015 1.00/1.00 vMB 39
564,458 564,458 00000000000000000006e810662203b23c3d96b3158f40a6f89360f6bda6571c 990 1.00/1.00 vMB 65
564,457 564,457 000000000000000000074542ac7fd475b3d02f6707d55e9c69c585d9d9cc2d16 1,014 1.00/1.00 vMB 95
564,456 564,456 0000000000000000001629cab5f43e504dd5ca2ee020c35ed3a3d1f5475ba339 1 0.00/1.00 vMB 0
564,455 564,455 0000000000000000000d27619a19ad99e06afacb3d74bafd25b3f473c74077c4 3,032 1.00/1.00 vMB 7
564,454 564,454 00000000000000000003d8f605d27ac626717f41ad34c7763119a3d3817c7dbf 3,027 1.00/1.00 vMB 9
564,453 564,453 0000000000000000000305c9e9a8e684a2d715b60e3e23c85fc63094bf6e4184 2,275 1.00/1.00 vMB 30
564,452 564,452 0000000000000000002468e89429b38e17b20f2a4474954d6543d8a4e06b927b 2,911 1.00/1.00 vMB 44
564,451 564,451 00000000000000000022052ee4681581f1488df901df821945c47c3bbc74abf5 2,645 1.00/1.00 vMB 20
564,450 564,450 0000000000000000000520c2e0d978a4f0baee0c22a2d79697af987065c7135f 2,195 1.00/1.00 vMB 14
564,449 564,449 0000000000000000001d24b4814f437eb13cf9f1d63998e063e32f4fe77c7246 1,015 0.31/1.00 vMB 13
564,448 564,448 0000000000000000000f499cc55b7179cd952a38706065f3ef8fabdb95517f64 982 0.33/1.00 vMB 12
564,447 564,447 000000000000000000293503a40a447b931466772a39e4f52a8654c56b6d7813 1,766 0.55/1.00 vMB 18
564,446 564,446 00000000000000000025f32ab060a3a8474f5305b36eeb490b49c01b6e883cc7 367 0.14/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.