Loading Tool

Explorer IconExplorer

Memory Pool

78,351 transactions
29.38 vMB
0.06661765 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt d8b04051a36aa0d35b8b9603abca596b2e38cd583181ad87f485dc05832bd59e
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 0832e4d0ddab4b374916754295109cee8bd6f25ba202526522165e49c874d798
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,054
Size: 1.00 vMB
Total Fees: 0.00695731 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (107,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,794 807,794 00000000000000000002ddf18bb81b28bae4ae9c2bfeed4b350fe30bd9d9726b 6,237 1.00/1.00 vMB 13
807,793 807,793 000000000000000000039d0073287580e2fddf8cb3f3894878c438cb98c9959e 6,685 1.00/1.00 vMB 12
807,792 807,792 00000000000000000005014d962224ad20d3f326516a41c44a1ee16be76537f2 4,150 1.00/1.00 vMB 18
807,791 807,791 00000000000000000000baa5b249b593bc2ca4e4a8d46e74fdb610a4ede17e7e 6,202 1.00/1.00 vMB 13
807,790 807,790 0000000000000000000019cd740623e9fbbed301ad7f7f522e392e7eeaf49ea6 3,672 1.00/1.00 vMB 18
807,789 807,789 00000000000000000001794b22606f09c9843b8597183f812a5c27a8b21b3a80 3,770 1.00/1.00 vMB 15
807,788 807,788 000000000000000000004984b280ace5a80c87b182a66f391cd0e15a28d80bd2 4,891 1.00/1.00 vMB 15
807,787 807,787 000000000000000000021278990bf82b6e47f4db587a96340b4007ec25014afa 3,276 1.00/1.00 vMB 18
807,786 807,786 000000000000000000034cc6c445a983ef08e46d7285ddbcb3c337f46f9e79c5 4,126 1.00/1.00 vMB 14
807,785 807,785 0000000000000000000403a34256644e3de9bac43f2b69ebde95726be3dba695 2,685 1.00/1.00 vMB 21
807,784 807,784 000000000000000000016fe01c531d0b517429f458e01ccebdecaa1bdd54e84a 3,994 1.00/1.00 vMB 16
807,783 807,783 000000000000000000025eaea923861bb70c247d9825af7417f5883f1fb9e115 2,967 1.00/1.00 vMB 26
807,782 807,782 00000000000000000000ad825d8be41ef1a4560dc8d57759d7bd0d171af8fb45 4,167 1.00/1.00 vMB 12
807,781 807,781 0000000000000000000498a44f9e8fb7242dcb49a90a8324992343d9f4ca1b9f 3,612 1.00/1.00 vMB 13
807,780 807,780 00000000000000000002e7a1315c355f05ec462ab96390557f7ef6896837f33e 2,613 1.00/1.00 vMB 20
807,779 807,779 00000000000000000004e5520732efdc8afaac37e23b9f4dc8b1304978a1012e 2,847 1.00/1.00 vMB 31
807,778 807,778 00000000000000000000e7c042da517e63ae41e8f57f9f14edba6b294a5d15f0 3,454 1.00/1.00 vMB 18
807,777 807,777 000000000000000000007cb426c7de43b751833ca2c9e3d213cc100ef218ce39 5,141 1.00/1.00 vMB 12
807,776 807,776 00000000000000000001226780fe8f3eebec0f7e30ecd263db4ce6a797a2fd6b 3,633 1.00/1.00 vMB 15
807,775 807,775 00000000000000000002ce3a064b3c1d225ed1229f8f405303aef2de24395b2e 5,363 1.00/1.00 vMB 13
807,774 807,774 00000000000000000004eb67bdde0f0ac581cd68637ae6d1283e6deaf0452f9e 3,155 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.