Loading Tool

Explorer IconExplorer

Memory Pool

76,910 transactions
30.69 vMB
0.13508707 BTC
Random Selection Loading Transactions
Max Size: 176.52/200 MB

Candidate Block

Mining Attempt ca9c2b3332ab62cd50412d35f5c51a2afaf5fcf71e9e5c94c3b81602e8f899d9
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a72b479881a0c19769b36f729fc94de542d361ed364cb5745ccf0b2956f1983b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.04918751 BTC
Feerates: 150.36 > 4.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (809,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,016 106,016 00000000000086470fb42680720ec190f60fae2bc0d848f6b6bec99b9e18a0d8 8 0.00/1.00 vMB 0
106,015 106,015 0000000000002244569138df8a02263cc90e2e99321a5d122b779af5713bd4d0 6 0.00/1.00 vMB 0
106,014 106,014 00000000000171e38e50816a199b70e3a686a8dc5e5eb7108c8ffde45d20db55 11 0.00/1.00 vMB 0
106,013 106,013 0000000000018e89210b4f33937f3dfdb54076ce18d42d22bfd19b4f86858541 30 0.01/1.00 vMB 0
106,012 106,012 00000000000164e5b2ce5006574c1e9ae5c90df5b4c39e24e941c0fbf5878923 4 0.00/1.00 vMB 0
106,011 106,011 000000000001d8d76cc4adc0058c087720897ed3531e737950e2921c7cf4bd5a 4 0.00/1.00 vMB 0
106,010 106,010 0000000000023f8b8a9c61885c82d91e5ba83bd923f2b90d699570b2fbdb1431 5 0.00/1.00 vMB 0
106,009 106,009 0000000000024dad410ad22e4292a972f772cfdd221a6375b04b4b4968290c6a 1 0.00/1.00 vMB 0
106,008 106,008 000000000001f0bf83e9d294d53fa9a3f3f37c7609057661bf8e5c5db277f04c 1 0.00/1.00 vMB 0
106,007 106,007 0000000000028b7074e5f1e795a5e324a4e7df75fc5d047b7d53e27fd49ab5f6 1 0.00/1.00 vMB 0
106,006 106,006 0000000000010caf8cf1e6936a559643b33e3f391da5e50c5597d4317dea5d3a 4 0.00/1.00 vMB 0
106,005 106,005 000000000000125bac14099641e3c9223099aa25200e0b6404773f79d9caf184 2 0.00/1.00 vMB 1,623
106,004 106,004 00000000000148bb38c19d152099b845a463cee5bb28f71da49b8725de7fff71 6 0.00/1.00 vMB 1,396
106,003 106,003 000000000002379bf48cb4a15a182acf7349515b1cef068ae38445c2f88eb04a 1 0.00/1.00 vMB 0
106,002 106,002 000000000001df4d18b2157425c428b38670a4aa3f1a6227f0513eb1b1f87f05 1 0.00/1.00 vMB 0
106,001 106,001 0000000000009c097e197c7b517d36483026639676b01c14fcd681721721d300 5 0.00/1.00 vMB 0
106,000 106,000 00000000000058d919f52d255f394ed0aa3a344432676fd30f1aab4e10c22fad 4 0.00/1.00 vMB 0
105,999 105,999 000000000000ebedf46c80f79a4592f0b1dd3581217724a5a3bb526c1a9bced5 9 0.00/1.00 vMB 0
105,998 105,998 0000000000021c4e6b6832cd5ddbeaf28f9ea4aa7f547882fe8b9bded13b0156 25 0.01/1.00 vMB 0
105,997 105,997 000000000000cdf06b8335eb4387967494241ef96fb4be6ee3ca8e16b188a278 1 0.00/1.00 vMB 0
105,996 105,996 0000000000014edf13f02608ce8ad78324d67c00927ec455d06318dd83927a8b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.