Loading Tool

Explorer IconExplorer

Memory Pool

82,757 transactions
30.38 vMB
0.14659373 BTC
Random Selection Loading Transactions
Max Size: 184.01/200 MB

Candidate Block

Mining Attempt 120da28cb8147873958f659ce37c40e7de610571c9a275b471dff5924886a091
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 19025aeb0d1125e6cd2c85a870fa8cbf0e178a3c141d0518d3e8028de58bfeab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.06643381 BTC
Feerates: 150.61 > 6.66 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (283,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,843 631,843 00000000000000000001a424dcef677a2fce6165354f9cdb6ec61efcb750135f 1,271 1.00/1.00 vMB 25
631,842 631,842 000000000000000000114f5c831580f05fc24e3dbd8f20251c4ecd163bf740b7 243 1.00/1.00 vMB 4
631,841 631,841 00000000000000000009b58f019ff1b14a8a29066e6046a244fe3e094d9857ce 969 1.00/1.00 vMB 25
631,840 631,840 000000000000000000062b611be0c4f74748f2c98189df7b9a4eb44afcc62a12 1,926 1.00/1.00 vMB 69
631,839 631,839 0000000000000000000c927f09b073f8ca24f89a2f6180f119eceaacd255dd27 570 1.00/1.00 vMB 8
631,838 631,838 0000000000000000000d3498bf10519c4a2046d6f6aa0afc0127873432f28e4e 2,293 1.00/1.00 vMB 13
631,837 631,837 0000000000000000000fc8ecef46f2a44d4365efa660bc37b83b3c1a738d8167 2,421 1.00/1.00 vMB 82
631,836 631,836 000000000000000000084d2f7779e8f7fa5e01264db34942cde8938ad0aac8a7 2,165 1.00/1.00 vMB 47
631,835 631,835 000000000000000000095fa8537780a42c4c9aab67a9b422f6088dbb4a40d07d 1,789 1.00/1.00 vMB 8
631,834 631,834 0000000000000000000ff64ed716baff3460dbaea26e306be0e0a3fecd338d65 2,191 1.00/1.00 vMB 18
631,833 631,833 0000000000000000000e00db4fa8a5404b51a7b2308c2efdf85a93496304f7f8 2,307 1.00/1.00 vMB 16
631,832 631,832 0000000000000000000b314965bcc7033694ee8a30982dc8ff8ae760b47d37c2 2,435 1.00/1.00 vMB 98
631,831 631,831 0000000000000000000c4e0a028673d37919e2174c1e37aaf1a7e9bad2894f64 2,874 1.00/1.00 vMB 82
631,830 631,830 000000000000000000089d68fd5c8c6d03e2459d671a53f82ad9d2173a215049 2,293 1.00/1.00 vMB 23
631,829 631,829 000000000000000000009a029581d4a8bd809ea7e9884f00cfc4f13294e274ed 2,084 1.00/1.00 vMB 31
631,828 631,828 0000000000000000000626e3c0ca768260879b1723127d167dc9f3f24389d484 2,871 1.00/1.00 vMB 72
631,827 631,827 0000000000000000000dfea9572104853e36975283c4c18b711a7ae610baa1b1 2,348 1.00/1.00 vMB 105
631,826 631,826 00000000000000000004b1951e2623f32fe8ae6e2ef96888cc781c51b50de9d4 778 1.00/1.00 vMB 21
631,825 631,825 000000000000000000006401bf0035aa802d6254cb41ab8a7cfc6743e636acf8 2,583 1.00/1.00 vMB 30
631,824 631,824 000000000000000000108c76baf4f1f58496e66c9b7583c2ab8e7bdd6f94cbcd 2,573 1.00/1.00 vMB 24
631,823 631,823 00000000000000000003a363a1b8b79c0c9f48337ccb096e324022b3b7fb136c 2,610 1.00/1.00 vMB 66
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.