Loading Tool

Explorer IconExplorer

Memory Pool

84,210 transactions
30.51 vMB
0.17430814 BTC
Random Selection Loading Transactions
Max Size: 184.97/200 MB

Candidate Block

Mining Attempt 309f5245cd7bace1531b5153b9a36f7bef580a1ea1e168392a8a0f77b80e4ffe
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root a5ae73fb6fe296e50332f69060f855b9f05636804049687c1d63ba0138c2b223
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,459
Size: 1.00 vMB
Total Fees: 0.11161194 BTC
Feerates: 155.43 > 11.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (521,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,316 393,316 00000000000000000899a4f4911e9cb8130b0520ca2b2d953afc5dc45bdb8c0a 1,197 0.67/1.00 vMB 30
393,315 393,315 00000000000000000397a80a363331e9574ac5b23c4f4bcb5f640281dd505527 1,514 0.70/1.00 vMB 35
393,314 393,314 000000000000000003945d4cecdc59c94c851e62e29acab46778f5132d388115 2,120 1.00/1.00 vMB 35
393,313 393,313 00000000000000000433fcf4a17be3c9302bb30c42c47992fc5399f1e2d71474 959 0.68/1.00 vMB 20
393,312 393,312 000000000000000000d6c4e022104c66152cef8f52e1b1bcb324d5d726baf94e 1,324 0.52/1.00 vMB 39
393,311 393,311 000000000000000009974aee8e174d94d4b750767586cae71afb50f530a8b94b 2,252 1.00/1.00 vMB 36
393,310 393,310 0000000000000000070fad2f222f664f019bb11099378eae0cf7d99e7d10d07f 977 0.93/1.00 vMB 20
393,309 393,309 000000000000000002a504339be33f6d1195521c7fc3b20b3550ab2a032739d7 2,462 1.00/1.00 vMB 38
393,308 393,308 000000000000000002f163d950ed21a424324639975f5bc2553c0a5aa3337264 2,788 1.00/1.00 vMB 52
393,307 393,307 00000000000000000353151da43d3084ec50bde6e9a17e25b605360126b2a46b 1,676 0.84/1.00 vMB 37
393,306 393,306 000000000000000005022af48abc2a4b210d109de87ac1d0ba0c80e019487ecc 811 0.44/1.00 vMB 30
393,305 393,305 0000000000000000029cb4a4db831c4b8680bad99957f160c95c3377a0031249 940 0.75/1.00 vMB 18
393,304 393,304 00000000000000000360e0ae31aa914e41ff0300426c5d116e5bb16f612b6e4a 2,641 1.00/1.00 vMB 52
393,303 393,303 00000000000000000268f0b57bbe98dd150363150c52d0c7a543efcde89455e9 928 0.52/1.00 vMB 32
393,302 393,302 0000000000000000082e6a6377e17f1c8edd29d6782a11f2933843a27fc4348b 1,426 0.66/1.00 vMB 38
393,301 393,301 0000000000000000089381179b20c7a34dad67a7a9494fe2157cd96af0f1ac82 1,431 0.72/1.00 vMB 30
393,300 393,300 0000000000000000099725d2bf198061f273740babfbde63f29544bbdafb6bfc 1,546 0.75/1.00 vMB 36
393,299 393,299 0000000000000000060f99b42031a3c1e0af83c10fa9530bbf20d1833ee1dfb1 1,230 0.66/1.00 vMB 34
393,298 393,298 0000000000000000017f968d8cb234d657356b6ee014b7d68430a8f57796aac5 1,856 0.95/1.00 vMB 52
393,297 393,297 0000000000000000058e8ccf22fffd0576333e53cd5350e2f95623575b26a70c 540 0.54/1.00 vMB 29
393,296 393,296 000000000000000009798f7b2d6377ac5800d5c733105d5146256cad93c79d35 689 0.32/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.32 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: 660.25 GB
    • Received: 14.65 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.