Loading Tool

Explorer IconExplorer

Memory Pool

29,665 transactions
25.48 vMB
0.07003152 BTC
Random Selection Loading Transactions
Max Size: 137.81/200 MB

Candidate Block

Mining Attempt 1cae993bafe21c5a65523b2f21fe797421cc79668080a52cdbec9b3c772bc88b
Version 20000000
Previous Block 00000000000000000001946618cb2d5673329820056441fea3447346652351cb
Merkle Root c3bc0cd85898d9147beb3e5e5208ec81aa61187830c8753673f3a953b86e59a0
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,336
Size: 1.00 vMB
Total Fees: 0.03887165 BTC
Feerates: 2,006.08 > 3.90 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,653 (713,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,763 225,763 000000000000027c6a459100f122a40520f58e7dca973be3674d45c655e65214 124 0.06/1.00 vMB 139
225,762 225,762 00000000000003b60335358ce755c68b1a2b9c547d0f19c73fe35f665065b87b 308 0.15/1.00 vMB 203
225,761 225,761 00000000000001fec406678466e9af877dc111390a833b00ef2142ad7c9fd170 238 0.12/1.00 vMB 163
225,760 225,760 000000000000017e06cf740e2229a5d29c719bf2e18eb0158aa7af2307a9a24b 366 0.19/1.00 vMB 235
225,759 225,759 00000000000000103c480749e10029d8fef67aa9ad08eafbfcf992bfa2139528 11 0.00/1.00 vMB 617
225,758 225,758 00000000000002126b4a46be10f542b04d07d0be17f1c7826592ee5b56d7b2e1 59 0.03/1.00 vMB 110
225,757 225,757 00000000000003c0e5de50bd6fbfbd8eb78525eb0b0063b9401f9e9363d86b02 441 0.21/1.00 vMB 200
225,756 225,756 00000000000002e119f5d47a41e7ad4dc31d5affe90f1a58b3dd76eb19da2340 163 0.15/1.00 vMB 87
225,755 225,755 0000000000000183b498ba3998fc441da2fba8c9772bd92d0726b1afbb00ee3a 464 0.24/1.00 vMB 180
225,754 225,754 00000000000001d68bcbdd7471aba26a401e70f63208081ef9db517faaa4f5f4 568 0.25/1.00 vMB 200
225,753 225,753 00000000000001ca97e4e4eab8d2c234a44b0b42167fa6ba8f6cd4a55bca6e94 532 0.45/1.00 vMB 170
225,752 225,752 00000000000002dda66cb5267f88c732fa51846fba70b39347137b3d15d32922 187 0.12/1.00 vMB 131
225,751 225,751 000000000000022298da9b8c09fd4073ac3d46bca4b0b176d4c78d75233c2f23 490 0.23/1.00 vMB 208
225,750 225,750 0000000000000175f54578c32f85a047d645358927b82879191eb0b88b6c458e 484 0.20/1.00 vMB 209
225,749 225,749 0000000000000053e89be41371a60c91f6e29942edaf62d380551bc4e9dd9ab1 174 0.19/1.00 vMB 113
225,748 225,748 0000000000000325055c41db63a04cd2a72434c3e969eedc100c58c0462d6a23 341 0.25/1.00 vMB 115
225,747 225,747 00000000000000b2b8cbcef0d973972d979d7ff2ce058565f0db205f4cb5b1c1 720 0.25/1.00 vMB 309
225,746 225,746 000000000000013992a2dbdca23a32c4e08be0ca6a45ae5249884d757bbe44b0 375 0.25/1.00 vMB 128
225,745 225,745 000000000000013ba0b38a387c0afb9961b0e139d937da6e1cdce5ac231c5837 644 0.25/1.00 vMB 307
225,744 225,744 00000000000001e35389c477354849ddc2e6a7add2a4de19a9f5ef3f174bcaa5 576 0.25/1.00 vMB 197
225,743 225,743 00000000000001648a0377796f56950e35216e4845fe359fa9020437a8ff25f7 777 0.25/1.00 vMB 288
Previous 10 blocks ↓
Total Size: 826.10 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4,283.48 GB
    • Received: 236.59 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.