Loading Tool

Explorer IconExplorer

Memory Pool

44,358 transactions
27.56 vMB
0.08632603 BTC
Random Selection Loading Transactions
Max Size: 144.38/200 MB

Candidate Block

Mining Attempt c8862a2b03dfa9064bd85193e9de8945a1afdfeb0132abb30139ff6e7bca4968
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root f368f7de37a5ca19940fc27de8c617a6562b57cf79f36acbfead8210e2faed50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.03282534 BTC
Feerates: 151.65 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (215,296 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,608 699,608 000000000000000000020e77f57efbff230255ea8f1bff46037e2772e791c9e3 2,854 1.00/1.00 vMB 12
699,607 699,607 0000000000000000000aa1eca298e1b97db6574c8afe4b8ccf94e8e32f8e2305 3,001 1.00/1.00 vMB 30
699,606 699,606 0000000000000000000e2c2a1fb4ba1b303557082afdf6a0b963e60aa52afda5 1,963 1.00/1.00 vMB 12
699,605 699,605 00000000000000000003a2e7ee68e4f8ddd2a428401b539ec61c2f1b8756f719 1,345 1.00/1.00 vMB 8
699,604 699,604 0000000000000000000cb9917eebf6296cbeb0ab538e8fb43d19d9065f5e8295 2,778 1.00/1.00 vMB 23
699,603 699,603 00000000000000000006ea87f2a1ce636dbebe2c6ac431c1ca33dcdb6929b353 923 0.39/1.00 vMB 9
699,602 699,602 000000000000000000008d354a808ce5978fb1d187f21393cf76a0132938a0bc 3,280 1.00/1.00 vMB 14
699,601 699,601 00000000000000000009a80fed1a687ff561f155b19e6b5cc34f5744fae6c734 744 0.24/1.00 vMB 14
699,600 699,600 000000000000000000067a37cd16ab0fdc8de4ea1ca92931f7327085d0782eff 2,466 0.88/1.00 vMB 13
699,599 699,599 0000000000000000000d41c37450e08ce4b20723ebf3edfc27ce3a7684d89a25 2,110 1.00/1.00 vMB 23
699,598 699,598 00000000000000000001d13d16fa50aafedbace0d756799de705fb897c56e108 645 0.27/1.00 vMB 11
699,597 699,597 000000000000000000025213ca4e9d1dee9fb53979c71c85cd73229197e4c965 588 0.26/1.00 vMB 10
699,596 699,596 00000000000000000005d5362060f4f0a995e1a5578c84dc96b78e0647da3fe1 369 0.14/1.00 vMB 14
699,595 699,595 0000000000000000000edfdd0e84814bcd9aeb1ba5a465da8831bbd8a2aca3d1 156 0.05/1.00 vMB 16
699,594 699,594 0000000000000000000470382b12be4a4ed23937464458874cc48d2f7a4335fd 1,808 0.67/1.00 vMB 14
699,593 699,593 00000000000000000005e43c7e7ca750a9abf26bab0efb02457ad230f3aa0576 443 0.18/1.00 vMB 11
699,592 699,592 00000000000000000007c121b471c10df2697a6ac8adae13c47b39ed7e699b52 1,040 0.43/1.00 vMB 12
699,591 699,591 00000000000000000003db8142e4153f59c0f1d1158e76b6ddb86cc9d098c64c 168 0.06/1.00 vMB 13
699,590 699,590 00000000000000000000dfe34d77a74778f6e10dbe6310d386b73b7e47f67f96 1,005 0.91/1.00 vMB 8
699,589 699,589 000000000000000000082a1fedfeb339c238c234ded8afa3fc244d70222f8083 1,305 0.67/1.00 vMB 10
699,588 699,588 00000000000000000002f71b26d1f915db9d1c7ce5e9e67e068d5bc96bd5142a 683 0.25/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.