Loading Tool

Explorer IconExplorer

Memory Pool

41,391 transactions
26.39 vMB
0.05275870 BTC
Random Selection Loading Transactions
Max Size: 138.50/200 MB

Candidate Block

Mining Attempt ddfb53bdb4083823646878fca08d81d157deaf4da1f8967f43228c947a15fe24
Version 20000000
Previous Block 00000000000000000000bb73cc242ea49403f8113ddd3e1d1b86a46da9e74d69
Merkle Root 19cdc2c71d187c7f1f826d9e84e467edaaa3b30897ac93085a58fc74e789d86b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,724
Size: 1.00 vMB
Total Fees: 0.00448336 BTC
Feerates: 100.00 > 0.45 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,803 (833,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,118 81,118 00000000001f0a75a50113b9189e74804b5d1d624e59d32fa92778dda18e4d0c 1 0.00/1.00 vMB 0
81,117 81,117 00000000003bb9cf8decc3d99c8e9d8fdc1e498a911c03a7d9a2d1f968c4c60c 4 0.00/1.00 vMB 0
81,116 81,116 000000000035939a940ab63b593a63bebd0bf5cd01280a78bdc12fd4b840643e 1 0.00/1.00 vMB 0
81,115 81,115 0000000000139aa26600ef47e4dd215bfaac60a0a8d604f8a0c6c0e62b88c62c 6 0.00/1.00 vMB 0
81,114 81,114 000000000004d8f8e5a48ffc3debc0c7ee0812e09b56b55542495124fce4702c 3 0.00/1.00 vMB 0
81,113 81,113 00000000001d7199307050a319472091f5f490cf9c29302568fda2379a8ae408 3 0.00/1.00 vMB 0
81,112 81,112 0000000000012c84ef51a27b0ddbefd323812b825eda651b1b2cb80b06adcccc 1 0.00/1.00 vMB 0
81,111 81,111 000000000019440243cb1a2b9a0235487fb26749a3adece180f688d0b250615b 2 0.00/1.00 vMB 0
81,110 81,110 00000000002c10c4f610b3005fdb1b2e7638fb8d2d6dea148b11754b42fe00e0 3 0.00/1.00 vMB 0
81,109 81,109 00000000001be68a9d4d8981b068bcf052163eb328ddfcf6377c7d32b0d6a6dd 1 0.00/1.00 vMB 0
81,108 81,108 00000000001261a4064fe00a5d217010035c9a660db49194092de8254582b7a0 2 0.00/1.00 vMB 0
81,107 81,107 00000000003d056dad8dc7154509103edbaa5e95b23205cf088045f9331b75e6 1 0.00/1.00 vMB 0
81,106 81,106 00000000001b56c378e7e77c69d6789df1ead0e95240bdb7784070815da298eb 2 0.00/1.00 vMB 0
81,105 81,105 00000000000f1b02f3100636ab0eca1ec4ffaa441afdfca0d551d33b651b3720 3 0.00/1.00 vMB 0
81,104 81,104 000000000029c29434908f4f1d5eb2ed7572b2dbef7030e3299dfc895339bddf 1 0.00/1.00 vMB 0
81,103 81,103 0000000000393e78343421548021d683f445cfa0718294ed54b0a6f458050ba7 1 0.00/1.00 vMB 0
81,102 81,102 000000000029fb44f3a63bbc9e3e88db6d1307890c7d503ad9efa37b32766ffe 1 0.00/1.00 vMB 0
81,101 81,101 000000000004e7695e829590833d807182dcb631a02504f47dac544ea496505e 2 0.00/1.00 vMB 0
81,100 81,100 0000000000391396d2f4c227eb7293204a494727943fc3e43a1187c3867ad5fd 2 0.00/1.00 vMB 0
81,099 81,099 000000000017f82b09c4362144560691777fd8b1c83c96e0b04153819003f8a4 1 0.00/1.00 vMB 0
81,098 81,098 000000000045e0d4ec4fc85404ae29f3a13bc5144bb7b51573e6dcc132b0e31a 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.46 GB
    • Received: 13.28 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.