Loading Tool

Explorer IconExplorer

Memory Pool

53,939 transactions
31.96 vMB
0.14046354 BTC
Random Selection Loading Transactions
Max Size: 170.59/200 MB

Candidate Block

Mining Attempt e9bba100923953e3283f09aafb69954a521e3d5b582abecab5d10a10f96fe4dc
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 1f44c4aa0369e1543ae5975c25ece2c22a2afcd0dc3c94a9b39ab59074f690ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.04241456 BTC
Feerates: 104.17 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (79,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,931 834,931 0000000000000000000220ff30b41d6859177cdabe5876b29597f7c31ef488ec 1,917 1.00/1.00 vMB 21
834,930 834,930 00000000000000000001afbbd8e12b8afc310547cc6138c73a9f6aed54f144e6 2,896 1.00/1.00 vMB 28
834,929 834,929 0000000000000000000268d03c5feb25488e6d4fe5e2feb982459c79eb1d9359 3,041 1.00/1.00 vMB 21
834,928 834,928 000000000000000000003511c9eb377490bd40b94c8cf16aaa25161af27b6a8f 3,129 1.00/1.00 vMB 33
834,927 834,927 000000000000000000023b248ae5d3b38ccb694d8a9ac8d0573ff6c2bde02807 3,145 1.00/1.00 vMB 40
834,926 834,926 00000000000000000002a0d211ed6769d1b20abd1fb6f0eaf5ec997c547c90f9 3,300 1.00/1.00 vMB 64
834,925 834,925 000000000000000000025c0fa743318b66661e0c96c7356841be6daebec8b2f5 2,952 1.00/1.00 vMB 26
834,924 834,924 00000000000000000000052d2d35c8f150ba57e7358737a293178958d2c0ebc4 3,461 1.00/1.00 vMB 24
834,923 834,923 000000000000000000009dfd600e4da5662b6810608e6417bdb6bf5097a3d410 3,710 1.00/1.00 vMB 60
834,922 834,922 00000000000000000000634094c31bc9a03c88fe7850f7528b7e51aba0cad216 1,903 1.00/1.00 vMB 19
834,921 834,921 00000000000000000002427cf656438017f1a46f110c0338f187bb644fed42f5 1,473 1.00/1.00 vMB 15
834,920 834,920 00000000000000000000653644e3081dc06e8034b67fddf577d674b11b91db42 3,260 1.00/1.00 vMB 31
834,919 834,919 000000000000000000006850f6c72ce30dd3af1b4c7d739414e3a45bc1b27d39 3,471 1.00/1.00 vMB 36
834,918 834,918 00000000000000000000a7302a8cbe5ddb6e5133abd5b7a2ef775ad9283de77e 3,014 1.00/1.00 vMB 30
834,917 834,917 00000000000000000001e843979e17495cdd10ceae29cd103a9a72fcdbffa91f 2,709 1.00/1.00 vMB 31
834,916 834,916 00000000000000000002b6c58fe5f7a718663b8657d7171416befcf2900a6729 3,333 1.00/1.00 vMB 35
834,915 834,915 0000000000000000000080ae8f2d568c548308a971613f693df2ab8a08c295e6 2,473 1.00/1.00 vMB 23
834,914 834,914 000000000000000000015e6c4553c7b2ab075a8fd1609919b8a6289db5a35d3d 2,517 1.00/1.00 vMB 14
834,913 834,913 00000000000000000000cf709323a35be6ea6c3a938a2eab9f1cadce785455a4 1,482 1.00/1.00 vMB 29
834,912 834,912 00000000000000000002a3bff3d7e6329b43d9dfccdf455c61233add9441f571 3,010 1.00/1.00 vMB 18
834,911 834,911 000000000000000000031f8899c17a22bdb6f26da2f10aeebac6cc99f7899e9d 2,303 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.