Loading Tool

Explorer IconExplorer

Memory Pool

82,814 transactions
30.39 vMB
0.14709406 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt 28582c886e01acf50963231d83f15167126b55553ea05f0eadb294092456f4e6
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 71f26c018b8533ce37032ec75f9d1e042b9498ae7e8b8f8e5320360c66f9d232
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.06660363 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (229,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,905 685,905 000000000000000000054b1c0794fe1c0a997f98ac6c4dd438feff1188a28b1e 1,781 1.00/1.00 vMB 8
685,904 685,904 0000000000000000000c14f05f96f78da460024a5bbc162af4669974ded4be6b 2,113 1.00/1.00 vMB 14
685,903 685,903 000000000000000000069ff145dea3a5d3acbd50d4129568f103091a4730a705 2,353 1.00/1.00 vMB 52
685,902 685,902 0000000000000000000842adbb26bb2aef9ddffff0b5f5ea5b23f59111f72d89 2,834 1.00/1.00 vMB 63
685,901 685,901 0000000000000000000353d002b39f2d70702d22091e51f71eb8a06ff3581db4 1,244 1.00/1.00 vMB 26
685,900 685,900 000000000000000000079eb51a9e6434538281dc84f0845d6e8a59ce4c90ad57 235 1.00/1.00 vMB 3
685,899 685,899 00000000000000000001f77eeb9271ecdc1c3d8a60e48a238f19fef16d496f08 1,624 1.00/1.00 vMB 25
685,898 685,898 000000000000000000033478a47f7ba947e4b82fed0c7a1c3dcc4526d7dba835 1,033 1.00/1.00 vMB 14
685,897 685,897 00000000000000000008ee6cd034d344054c42a21af872a46af468120e8785c3 775 1.00/1.00 vMB 25
685,896 685,896 0000000000000000000607302b9a567017daeacb2f9ce5573e0e8040eef48e7a 299 1.00/1.00 vMB 6
685,895 685,895 00000000000000000002b1cae99674dc9239a947785f418211d4fd879c769c2f 1,189 1.00/1.00 vMB 17
685,894 685,894 0000000000000000000abd3ad534c37710e7a557e06d8ba2e4c27ee1531d44d1 564 1.00/1.00 vMB 9
685,893 685,893 00000000000000000006c9b3117b3c1f260b1b61233376a7f1c8300b877f9e87 235 1.00/1.00 vMB 3
685,892 685,892 00000000000000000004ecb1edd69ed4e875b4bc193fb5ca04e815866c14c0d4 711 1.00/1.00 vMB 11
685,891 685,891 0000000000000000000ca7b724b8ff5c50bb6407c56035e19ab3eb7f903c5d44 810 1.00/1.00 vMB 18
685,890 685,890 00000000000000000003aebf8ebe7f0ece8a3f73e08a947eca91e16bb598b8d5 297 1.00/1.00 vMB 5
685,889 685,889 000000000000000000058dff9101307a6e3d4c81fcb54f9a99cb8dcd668052c5 774 1.00/1.00 vMB 20
685,888 685,888 00000000000000000007f01ba267d5f2981166285a44da74d192c59c16b491cb 165 1.00/1.00 vMB 4
685,887 685,887 0000000000000000000bb888ee35d63a0da779f971bf08793b028cccadedb19c 1,133 1.00/1.00 vMB 19
685,886 685,886 0000000000000000000ce8693604e9ecb37e78be35fc8fd5cf28c217796efb1a 1,353 1.00/1.00 vMB 20
685,885 685,885 000000000000000000090cab4fcbf7766b5d3d09a802a35e2becfd6ab1e77a4a 1,355 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.