Loading Tool

Explorer IconExplorer

Memory Pool

80,683 transactions
30.18 vMB
0.07268716 BTC
Random Selection Loading Transactions
Max Size: 185.13/200 MB

Candidate Block

Mining Attempt e500bc69429e486513b0d08113c4c5acbd5690251b8a30edccb76535d199b1fc
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root fa0c9afc89b8a2f7dc09eb1817d17c6a997e8112354e05271780d099da99eb55
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,492
Size: 1.00 vMB
Total Fees: 0.00567858 BTC
Feerates: 40.74 > 0.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (458,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,908 456,908 000000000000000000755f5d8c45671d1f60ef6a21b98a8c6a2b35410cae724d 555 1.00/1.00 vMB 156
456,907 456,907 000000000000000000c688de20c0b77a2dd7814d930ba7fb47f75aa52597e086 2,451 1.00/1.00 vMB 200
456,906 456,906 000000000000000000d969a7591b242545674728f8c0de58b7c1901878be7451 1,874 1.00/1.00 vMB 174
456,905 456,905 0000000000000000019db5bc244eca4d7c799b5efe5edfc91dd36110b9352210 397 1.00/1.00 vMB 73
456,904 456,904 0000000000000000003869bf7c6f9136fe419bec05adfbfb3b558e93c915373b 1,349 1.00/1.00 vMB 124
456,903 456,903 0000000000000000021e7ea3032dbf80faa181baf63b0ff59cb0265d0915c69f 2,219 1.00/1.00 vMB 142
456,902 456,902 00000000000000000163fb303356b834bba92317d9f9a1c458d4c091dd9be7f5 2,462 1.00/1.00 vMB 193
456,901 456,901 000000000000000001955389325eb0b92a778902dad0f08766008dcb5cdf48e1 2,025 1.00/1.00 vMB 115
456,900 456,900 000000000000000001a276911d8eafa47b78d5db875728e8927ad7e0d3b497a9 2,290 1.00/1.00 vMB 173
456,899 456,899 000000000000000001c83743e178e085ecbd78efee931ca6e6d365aadcd1d10b 1,446 1.00/1.00 vMB 130
456,898 456,898 000000000000000001f1a0e92eb5a8cf1ed7ead5afeac6929dcb93420a2e0960 619 1.00/1.00 vMB 89
456,897 456,897 0000000000000000021b595315eb47b669d86089001974b4f1693973af4985ac 514 1.00/1.00 vMB 89
456,896 456,896 00000000000000000255c4edbf8a8cb6a2bd0c27e9f8e4d8f3fc11f1344b60f1 1,992 1.00/1.00 vMB 163
456,895 456,895 000000000000000002297403a71a34d998154b8cb05e28762320c72c6ad1d97e 1,884 1.00/1.00 vMB 165
456,894 456,894 000000000000000001bfa1672f4cae782e7288868d8f61d891286b884d25c032 738 1.00/1.00 vMB 95
456,893 456,893 000000000000000000ae7039e6b0502e129932f1d3c00efe907b7abfcb74bdc6 964 1.00/1.00 vMB 114
456,892 456,892 0000000000000000004186c878b4f7687284421ca0b49d27a1cfe308792d3b0f 1,549 1.00/1.00 vMB 124
456,891 456,891 00000000000000000102b79974b06cd7fbc5245ac100e1bcb71f711aad139813 1,636 1.00/1.00 vMB 147
456,890 456,890 0000000000000000014603ad2adfb3c60d2a700e3c2b557362596143cecbf410 1,593 1.00/1.00 vMB 130
456,889 456,889 0000000000000000006dec144e87c10fc53f82d098bfb9cdcf514acbba48830c 1,120 1.00/1.00 vMB 109
456,888 456,888 000000000000000000593b8c0bac816b2ca86736cd4666443b08566396363cd8 955 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.