Loading Tool

Explorer IconExplorer

Memory Pool

16,023 transactions
7.89 vMB
0.02356516 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.22/200 MB

Candidate Block

Mining Attempt d781cb3917f9b6ff19aae3cc25db20f7f35d983012b141bc02cbcb04d37b3f75
Version 20000000
Previous Block 000000000000000000011760e0a3cdf589c16284ec888372c4e68dc06ff7fe33
Merkle Root 1d2f52cb462cf5164fc5aa3cf22457b33f6c974fe01e5036486e869d40310765
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,424
Size: 1.00 vMB
Total Fees: 0.00764188 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,433 (646,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,651 266,651 0000000000000004d337557ef89a0d2476d54dce193b1ac968fa11a5873c05ed 543 0.21 vMB 139
266,650 266,650 00000000000000028bf66e55113c2e468035f6b475037d9ad3a07d8713736e9c 154 0.06 vMB 90
266,649 266,649 0000000000000005610fcdd7875b5cbbec878d57d9cc456da9dc94fac5971365 281 0.20 vMB 66
266,648 266,648 0000000000000001cabb1e23780b6bad3ec28866d4bafaf304c9e5f6480fd64d 227 0.15 vMB 62
266,647 266,647 0000000000000001ce176735bda80d7cce5dfde6fc8a2ed90a88bd0e8627ef99 213 0.10 vMB 68
266,646 266,646 0000000000000001d2bd7c666bce5b5b987956e5a3d8b83d4ce557f797330119 310 0.14 vMB 76
266,645 266,645 0000000000000006e75e4f897afc50ada790b6e28d81f6b430d69a403ec7558f 239 0.11 vMB 93
266,644 266,644 000000000000000478a1838e029a73cd36be6aa21dbfd68bbc837338122df7d0 154 0.10 vMB 61
266,643 266,643 0000000000000004f5788ea4677395a14bc4cb1f45eb8028077fd4289947f59a 228 0.15 vMB 64
266,642 266,642 0000000000000008eb00fe37b6f7cf150c3b4c844d2a9889c695246b5aec3232 366 0.15 vMB 85
266,641 266,641 00000000000000047128274f9f8ff386408369cfe959657853e29c3db170f070 254 0.10 vMB 107
266,640 266,640 000000000000000af2332f48d8d3a27347a91bb1e187a78b974e19b8525f0db4 234 0.14 vMB 63
266,639 266,639 0000000000000005bb62d2ff6478260944c368fd90d3000d0541bb9b17f3d330 530 0.20 vMB 107
266,638 266,638 000000000000000aebaabafb51cb6e943931d3c0a99037394b332e70a0eaa08c 388 0.21 vMB 258
266,637 266,637 00000000000000036fe2bb8bfa978cfffa5a20ae4c05b8a3ddf0015888992c21 143 0.18 vMB 23
266,636 266,636 0000000000000006d8306913fadc7e2d25a9ae3d73ce42b9bbff4cb39d40501b 713 0.25 vMB 70
266,635 266,635 00000000000000099f9ee1f25540f9b1b5a3d347495d16797d703afb8e4be922 575 0.25 vMB 150
266,634 266,634 00000000000000086977b916e18924868a1621d54ef4f2b27b738073d0668f92 161 0.06 vMB 79
266,633 266,633 0000000000000008b4bfa76d5fa1fe5e980b004ff9bc34a0db5979df0141edf7 104 0.04 vMB 103
266,632 266,632 0000000000000009afacd841bf745e9133437dd029d54a2fb37b9c14fc9991e0 196 0.09 vMB 33
266,631 266,631 00000000000000046ae4d79cfc1529841b1b2238085d3bdbb86236b32c9735d3 356 0.17 vMB 101
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 302.56 GB
    • Received: 1.35 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.