Loading Tool

Explorer IconExplorer

Memory Pool

81,949 transactions
30.91 vMB
0.08813787 BTC
Random Selection Loading Transactions
Max Size: 188.57/200 MB

Candidate Block

Mining Attempt 930671a93fb32ad2fb2642d0b4250601ce3fbc505f7a9e642a656356a43e9223
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root b70e1bddde6ec6aa5b2c1e391785b50598eee63fdfd5bd2ec4b55774e636eca3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,844
Size: 1.00 vMB
Total Fees: 0.01882336 BTC
Feerates: 150.93 > 1.89 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (411,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,574 503,574 0000000000000000004525de7b6b3263aa4a7c26ab678ea1315c3819b960119f 2,222 1.00/1.00 vMB 284
503,573 503,573 000000000000000000757570b4739265056fefcfdd8417df77e2a221709b9015 2,163 1.00/1.00 vMB 364
503,572 503,572 000000000000000000253b5fe20eb407332393e4b61cd23ba7b59e39253bb985 2,577 1.00/1.00 vMB 440
503,571 503,571 00000000000000000032c3c270a172ec9eadac8fe22215c5bc70b5100b3add79 2,648 1.00/1.00 vMB 503
503,570 503,570 000000000000000000738f69065b2ce7ffe49c76a05806ad1f9a78c628dd3c08 2,687 1.00/1.00 vMB 527
503,569 503,569 00000000000000000056cb4a437cb9acc3e4c7296cd1e44ff1c8a4d40221ee57 2,963 1.00/1.00 vMB 461
503,568 503,568 00000000000000000048a64f5129e240e34b3c88a3c67a21d9d90fcbf510e6c8 3,063 1.00/1.00 vMB 545
503,567 503,567 00000000000000000021129c76a17c05c82cd41d2f7570a14b84ef5f1edf48bb 2,626 1.00/1.00 vMB 530
503,566 503,566 0000000000000000002af6f3f3c7935004375a0b4240d4fd3ccc1d1ed3ad9714 2,410 1.00/1.00 vMB 513
503,565 503,565 00000000000000000048d4cc38f05f7fa7836bfe8ff840671bea97e477aabd15 3,434 1.00/1.00 vMB 512
503,564 503,564 0000000000000000000f674bacfbb68e5879e69b855f08e6a8ab1b6910e0682e 2,658 1.00/1.00 vMB 521
503,563 503,563 0000000000000000008b6d6940bf63c0895faaf758f393352e7e8540e38e789a 2,582 1.00/1.00 vMB 591
503,562 503,562 0000000000000000000a20283a51aa484a4e6167370ff5ce0ecf5579a7b6f1d6 2,157 1.00/1.00 vMB 425
503,561 503,561 0000000000000000004aad587334a2cfadd38b46b553b37b92eb9bc60a4d0c4d 1,815 1.00/1.00 vMB 243
503,560 503,560 00000000000000000022227459101a9cbdd60338ffcfe3d8f5b16e87e1936639 2,328 1.00/1.00 vMB 410
503,559 503,559 00000000000000000040756322244e1c256327036fc9e9cb5247a0cf077449f9 2,692 1.00/1.00 vMB 446
503,558 503,558 0000000000000000005e53e73358d00f03fd22a89fe0b976f06ca53b43ea135b 2,957 1.00/1.00 vMB 528
503,557 503,557 0000000000000000006238f7d586fe7749949f45cb84634f916858884384d87a 2,732 1.00/1.00 vMB 563
503,556 503,556 000000000000000000334ab23eb3efd514f9c7192c0f0007d6cf708a193d4ea7 2,468 1.00/1.00 vMB 358
503,555 503,555 00000000000000000084283ce81f51b944f4a4b4caef2cb6a48ecb8e7e09582c 2,052 1.00/1.00 vMB 419
503,554 503,554 0000000000000000008e277eac9f65471eb2b3c54b61dbcb0eaf815b9b86343a 2,159 1.00/1.00 vMB 450
Previous 10 blocks ↓
Total Size: 782.97 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: 715.84 GB
    • Received: 17.74 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.