Loading Tool

Explorer IconExplorer

Memory Pool

39,995 transactions
29.00 vMB
0.06774729 BTC
Random Selection Loading Transactions
Max Size: 147.50/200 MB

Candidate Block

Mining Attempt 7cb627a00b87754925cd1ff44e9bfd55ea2d8fc2b4a0c9014b765266dd5a0b95
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 7bdbf67bbf395178c545a880a8bd87a131e81bd6cbf847fd7f507ad795e4e3b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,288
Size: 1.00 vMB
Total Fees: 0.01134840 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (858,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,059 56,059 0000000008f6b19e49461041ec889a648e260bfc7c1643cc48e8d2acd8b730c7 1 0.00/1.00 vMB 0
56,058 56,058 0000000003bd18d2cf32819bba956089c513ba5458ee1e3f00cd1f8a9f32b42b 1 0.00/1.00 vMB 0
56,057 56,057 0000000006709d0db8be0fe10dc040f2817a29ca453ed9da48b46f6d0d11f0be 1 0.00/1.00 vMB 0
56,056 56,056 000000000155488e47d0223aed084decf367632611f8a2f4ddf0b085a3edf2e4 1 0.00/1.00 vMB 0
56,055 56,055 0000000011743a6942702e37c92603b559a350cc3641d03e28b3866f2166dc79 1 0.00/1.00 vMB 0
56,054 56,054 0000000005001c89de476f64d8f7e07548905cc27b3753cdacf8539ec72c4522 1 0.00/1.00 vMB 0
56,053 56,053 00000000129d6e2e65020bb5fbd8cdfa1516b1576282e7f8b30b06e620961c36 1 0.00/1.00 vMB 0
56,052 56,052 00000000123fed9f6b117325456a5ccaa3c9c6a259564da70a1afd9c78bdd9b6 1 0.00/1.00 vMB 0
56,051 56,051 0000000008c15e0230fd9ab084b6b9dc920271a8c3a4b18c0f040c43a45f1364 1 0.00/1.00 vMB 0
56,050 56,050 000000000c84b53491f25e2671d822cb453e5c3b07dfda51d8bdced721331472 1 0.00/1.00 vMB 0
56,049 56,049 00000000135d6b64635368784000e8dc6de119ce22bf8b27a03c5981c38db23a 1 0.00/1.00 vMB 0
56,048 56,048 00000000093c46d6019dfebd8fbf00fcafe1e1c54a708529d64a68e8092a5beb 1 0.00/1.00 vMB 0
56,047 56,047 000000000c8d6c9856e69682a7e43ab5f6f28edaf6340941481f17448c3907ae 1 0.00/1.00 vMB 0
56,046 56,046 000000000668ec624b9b322b1d61b4d4912f127379adc1a4045cbe8ef719fbce 1 0.00/1.00 vMB 0
56,045 56,045 0000000012ac7dafdb8e2e3b3a4c11fae910ba80bb38ff73bbd7ebaf141d96f1 1 0.00/1.00 vMB 0
56,044 56,044 000000000a3c5cfa0aa708c7390764f06a822cec6495588ef0e70eea4cfffff6 1 0.00/1.00 vMB 0
56,043 56,043 0000000004b8e4d6d6124b115d26e68d01b118b345f40845db55944580b39a9a 1 0.00/1.00 vMB 0
56,042 56,042 00000000005234bf37bf082256437e13ee2c12c59100ab714ae33ffff79a18df 1 0.00/1.00 vMB 0
56,041 56,041 000000000c69ea731ed8ba6aae45da0e82939105bdc8e838e338dec62c8ab214 1 0.00/1.00 vMB 0
56,040 56,040 0000000000f0f088ec475cf44ea60d9daf993a38792af7c8df4818483603845c 1 0.00/1.00 vMB 0
56,039 56,039 0000000011d8ad7a9139c70e87e88ef3e4036ae7c769798df4846314bdc56ff9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 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: 622.83 GB
    • Received: 11.40 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.