Loading Tool

Explorer IconExplorer

Memory Pool

71,449 transactions
26.67 vMB
0.06414222 BTC
Random Selection Loading Transactions
Max Size: 161.74/200 MB

Candidate Block

Mining Attempt de074839c71ddfd5b7f676a166c10b0b443589169f43599193b743ab9fe0bce9
Version 20000000
Previous Block 000000000000000000016aa18e8ecd613d6541af8a0d66953f28fb8fdcfea38a
Merkle Root e39790e2e80710d5ce9331a627e7782d47b6984b91c4504907f08bc524dfca35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,717
Size: 1.00 vMB
Total Fees: 0.00717406 BTC
Feerates: 192.18 > 0.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,551 (789,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,784 125,784 0000000000003861762570df42f9eb6166f918421d27c87508901f64a00199b2 10 0.00/1.00 vMB 352
125,783 125,783 00000000000039063285d03fd6f02b8bf5a7667de81899256f5020cc7518f1d2 34 0.01/1.00 vMB 235
125,782 125,782 000000000000271ba0928f9e58abf59690880e25e97b7159d0553940cef7aa40 31 0.01/1.00 vMB 1,140
125,781 125,781 00000000000018fc9ff8ab4395f704cefff292d166d016698623b89535728374 29 0.01/1.00 vMB 112
125,780 125,780 0000000000001f9f3012d9d965e4a08b23657c4807016818a043f96a72e78598 9 0.00/1.00 vMB 1,931
125,779 125,779 0000000000001749341be5f91999bfd29d30c3cad59a18cd9c65d49b9b880524 126 0.03/1.00 vMB 129
125,778 125,778 0000000000000d6671d7737d0c31be643d6347ee826e1a8f5f7e16dbd51179dc 28 0.01/1.00 vMB 1,831
125,777 125,777 00000000000009ad50ef8530345b3fcebdf65b81e4807997c4a95f013dca39ae 76 0.03/1.00 vMB 301
125,776 125,776 0000000000003634666a63bace001b4f03a954eaada8f2a2514f3a8328ddb0ec 20 0.01/1.00 vMB 1,243
125,775 125,775 0000000000001f8460d085d7fd9727825d09745656f62cc49b461cd7f56406c2 7 0.00/1.00 vMB 0
125,774 125,774 0000000000000d18a5a500f943634b29be1a22dcd2a37afa862679763d8c6ed5 10 0.00/1.00 vMB 0
125,773 125,773 0000000000000efb8a6fa50a4ad90c41914825ffe98b3ef200b47d3c079a28d8 17 0.01/1.00 vMB 621
125,772 125,772 000000000000282ffbe03877e1d05dda9d4fdb17b58e09993eba4b4ddd491205 14 0.01/1.00 vMB 1,411
125,771 125,771 0000000000002399226011d158cd3b631876ce4f6cb3c7e2ef8096e0a5926196 12 0.00/1.00 vMB 17
125,770 125,770 0000000000002c19b22d74abdf4421fdde0d3f029e86f7db4e0d7de100788794 15 0.00/1.00 vMB 1,033
125,769 125,769 00000000000043a42b32bac4e6ba3d4906173240f2950da9a8e0fdfadceac17f 14 0.00/1.00 vMB 842
125,768 125,768 0000000000002f83cee50dc535bf972cc804114bdbc984bb73e57821bdd22a50 13 0.00/1.00 vMB 1,102
125,767 125,767 00000000000003a01a2c137fbedbb5015c6de8152d4716b7c1479258775251e2 15 0.01/1.00 vMB 1,498
125,766 125,766 00000000000008d355e5eb1083a581fba02327f78b9f2b61c6fcc2a42b49a51f 14 0.00/1.00 vMB 1,177
125,765 125,765 00000000000020cb90cc546b2fe911c9d9eab49707112ab599dc69ceef288eca 13 0.00/1.00 vMB 645
125,764 125,764 00000000000016cf642464314d27ebce9d98f7c95651d8a26d4273b3e4ebb5d3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.35 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: 768.23 GB
    • Received: 19.54 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.