Loading Tool

Explorer IconExplorer

Memory Pool

39,246 transactions
27.55 vMB
0.06654942 BTC
Random Selection Loading Transactions
Max Size: 140.69/200 MB

Candidate Block

Mining Attempt 6311af27295cf95f6a34ce0278361a4ceea4d4c09a9334a18e31f8672ee7b4e5
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 73dd5352b5615131fe4c40ed526f620549a34e1ac5b44d0c4fc508f2b4cec41d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,423
Size: 1.00 vMB
Total Fees: 0.01413706 BTC
Feerates: 100.95 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (517,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,889 396,889 000000000000000002f10bcb52884421d54d01e6daa0803ac967fc4ffca49d7f 1,365 0.95/1.00 vMB 28
396,888 396,888 000000000000000006606bf5a4ff3b754c702efce7174acc073497261684957f 945 0.99/1.00 vMB 19
396,887 396,887 000000000000000008d15890f7c4b2a25cfcb427bca83aeea5971f8bb9c9b650 1,395 0.65/1.00 vMB 40
396,886 396,886 000000000000000001e659e1bedfbbc0a5add55ab3580d58a9bee0e0da2c31b0 719 0.35/1.00 vMB 33
396,885 396,885 000000000000000001dd6abe45e012f580dfbafabc9348e8496ee7951d1311ee 750 0.38/1.00 vMB 37
396,884 396,884 000000000000000003802a3a119435a0daef6d876b917ab07f7ef4908d2f5c5e 1,064 0.75/1.00 vMB 21
396,883 396,883 000000000000000008dcf4fef969384f0cad9187f53f941c5a21fb0b31f64ffb 1,666 1.00/1.00 vMB 29
396,882 396,882 0000000000000000028703b74d686a7fe77aa3ddb4960636b25755ca6cf16305 2,686 1.00/1.00 vMB 62
396,881 396,881 000000000000000005c9ca2274720ea8447ad3977f38689141741798873c745f 1,974 1.00/1.00 vMB 44
396,880 396,880 000000000000000008b5f046cd1809173abe0d88f498f776ba4c8f40cfdb9ff6 2,073 0.99/1.00 vMB 44
396,879 396,879 000000000000000002a70d8fe60a12a76785fafaa1b9e0cb3b6630dd8fc6a4f8 623 0.34/1.00 vMB 31
396,878 396,878 0000000000000000053539cb485acb68effe0e2c9ef86771402e880811cd1860 1,404 0.64/1.00 vMB 42
396,877 396,877 0000000000000000044950d58ddd8b69b33f32be2836d9a906fdddc1982cd62d 853 0.91/1.00 vMB 19
396,876 396,876 00000000000000000561a4d25d3991926a1ec8fe6505c2e7d3bd59db8abfa590 1,346 0.89/1.00 vMB 26
396,875 396,875 000000000000000008bd783898b9301d76f659c4fb152f6d6a01dfc8eeefa1b6 687 0.34/1.00 vMB 39
396,874 396,874 00000000000000000867ea76cff9c7d688596283dfef24dc231ac6e681c06732 1,780 0.99/1.00 vMB 32
396,873 396,873 000000000000000005b268ce83666894a82d3782e7c76efd134f69668f20a2b6 1,127 1.00/1.00 vMB 22
396,872 396,872 000000000000000005f721e598451505c2a3fa0f9b1bc530203e3f8bf7ffc24f 1,429 0.99/1.00 vMB 25
396,871 396,871 000000000000000006016ecc2c220adb6f22fdc04ef290317d02a5663711d174 2,176 1.00/1.00 vMB 42
396,870 396,870 0000000000000000071f191e8ebe154b9508485c5bb1b72a2846234d604cb1c5 2,183 0.93/1.00 vMB 34
396,869 396,869 00000000000000000293133a6d230168d0096d0acd40fb81bbc1b9d873928978 2,790 0.93/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.76 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: 632.28 GB
    • Received: 12.11 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.