Loading Tool

Explorer IconExplorer

Memory Pool

46,589 transactions
26.97 vMB
0.06383696 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt 2699d6017284489805a81f6ce36641a645b0c2511939efda6cfb262ee05f5ee1
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 508c071bac8864da10d58e6d81f593e430058149c3df9476e5124dcbbfd3bf5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,203
Size: 1.00 vMB
Total Fees: 0.01399952 BTC
Feerates: 100.17 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (901,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,669 13,669 000000004a527846992119ed93257ff6dc7560c135af5309959f98036acb4613 1 0.00/1.00 vMB 0
13,668 13,668 0000000080d11fac9cd1a6a094478ea75e3f946467b8fa1334953a3830d56adf 1 0.00/1.00 vMB 0
13,667 13,667 000000001168f593712dd87ec112c2f4cf19cb12b27a8c884085a53678e340f2 1 0.00/1.00 vMB 0
13,666 13,666 0000000021c953572183c54a1583df2d6ed75a93f051a5f2fd2553ddfe5dd9d4 1 0.00/1.00 vMB 0
13,665 13,665 00000000b2032f63e1753eb6aea7b0e014eb7df9056a74ec4b66c4c06691b97a 1 0.00/1.00 vMB 0
13,664 13,664 000000007b820d04a179323abed7fc33549ae8e19902b679f53c0f18dfc5f4d5 1 0.00/1.00 vMB 0
13,663 13,663 000000008078befd9d29edeeda297f4d76c5027168f7a96a1cd7d401884a76c9 1 0.00/1.00 vMB 0
13,662 13,662 00000000d28b9fc97e9207ba86bb4663b045da42e428bcb81aee8a93bd6d972d 1 0.00/1.00 vMB 0
13,661 13,661 00000000c41f27d497d8e1efc5170cbd48d2f14b65238ae4910b869b5206dac9 1 0.00/1.00 vMB 0
13,660 13,660 00000000cb53f002186d5c658b33f1c5f080dafa0b6fa4c7d7266d963ef86694 1 0.00/1.00 vMB 0
13,659 13,659 000000006a56f7efdce47c89063df6a0ac51da02b861cadd5647c2dc64349e6c 1 0.00/1.00 vMB 0
13,658 13,658 00000000324d8b3f4a2787f0c6490466087e3798b7a9966b085dc03efe155a87 1 0.00/1.00 vMB 0
13,657 13,657 00000000124f61bd5bb2ccca946d503cd6c9353ddd04ecc490b301415272799e 1 0.00/1.00 vMB 0
13,656 13,656 00000000514924eab0c6b439ab6b40cce306ffcd9f329bc49cb995dbc0ccd727 1 0.00/1.00 vMB 0
13,655 13,655 000000005860b822d7ae7db9321036b847be79a918b5adb6114c32302dd9321e 1 0.00/1.00 vMB 0
13,654 13,654 00000000a8df4695f0f0be8f542fa91d3311e0f0ac1f85177bd91f49bbfa64b2 1 0.00/1.00 vMB 0
13,653 13,653 00000000e22ed985e4b173ba95308fdb01452e9445350a0a3ba7c0c094d7142e 1 0.00/1.00 vMB 0
13,652 13,652 00000000e38d8ab4b60fb953999b6837a2920aaffccbc9f48d9ea331cb8d99bc 1 0.00/1.00 vMB 0
13,651 13,651 00000000d9e761e9ca6d2a1dc734ed69a6fd7abea1824bb81aecd854ec41670c 1 0.00/1.00 vMB 0
13,650 13,650 00000000851e0011fcb5bd5941f50f79a9414946b7f357160cb5b757ec204907 1 0.00/1.00 vMB 0
13,649 13,649 000000009f402521178b94025fcb40d2d8f2487501ac28e254464e6e2f624d26 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.