Loading Tool

Explorer IconExplorer

Memory Pool

24,934 transactions
5.42 vMB
0.02456954 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.58/200 MB

Candidate Block

Mining Attempt 9db4e76340c2b3714690d709183246071966f5c2d92142cf5b60885eee403513
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root d76183786aa973f231d7e2922e0ca2a7721bbbb4506478ed4ecd97403ce55417
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,282
Size: 0.43 vMB
Total Fees: 0.01151838 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (694,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,685 218,685 000000000000036b51a54351b55c2531d65320d8c2d299b04431f9c0dd132c72 330 0.20 vMB 113
218,684 218,684 00000000000004137cd8ccb726dd3b6218fde5ed15d24330504ca9ae18f79484 365 0.25 vMB 128
218,683 218,683 000000000000010645f5631163d1dd0044841bb34167592df0658d9eafaf9c30 256 0.09 vMB 192
218,682 218,682 0000000000000532ba5b2d1e1851dce10dfe365a462ae4a4a9df69472cd72774 13 0.00 vMB 44
218,681 218,681 0000000000000395c0d6ca160546389bc19773200abf338aaa8522debda9b9e9 356 0.10 vMB 46
218,680 218,680 000000000000024b16463df8576e0e8437cc6ffe86dab02b212c99bde979aa79 160 0.25 vMB 61
218,679 218,679 000000000000018b02a5f7e32d70636b2a99e191d5fb5c1df82174ab7aa208bb 782 0.25 vMB 188
218,678 218,678 00000000000002eccae1d5590dddb4d17aeb9cff97690ef1468c5860f660998c 398 0.29 vMB 171
218,677 218,677 0000000000000000fa30612c1601c0e3c42a79862e4714b0abe2de409fd1cf21 898 0.25 vMB 208
218,676 218,676 000000000000018f3725041e4b34eaebcd765095cdbc230132c262b377daf958 709 0.25 vMB 205
218,675 218,675 000000000000019a354eda4c09d7496afe18860370210bafa93a2ea4b2213d36 148 0.05 vMB 45
218,674 218,674 00000000000004c3d849af921e8681a844238a78f33e3bf9b464628200ffb66b 571 0.27 vMB 196
218,673 218,673 000000000000036f8b6090f80f19a57d9d2504d03f1eed9945003f8bd0e24123 15 0.00 vMB 225
218,672 218,672 00000000000002bc51c5495dbec441c129640853e3e27dd86acc2888140f42f0 287 0.14 vMB 154
218,671 218,671 000000000000009045ff0872923469c243752e6ea738bf36af987bb2c93c6b38 450 0.21 vMB 194
218,670 218,670 00000000000000ed2397f3e9507847ca06ff88e2745e697b64414aa0f0285c84 87 0.05 vMB 83
218,669 218,669 000000000000027e6c9539110a8aa14635f908bfb56011b63b7c8c5a061ba402 355 0.15 vMB 182
218,668 218,668 00000000000001d893748384f0ae738c3686c2589e47f3ef858c38f0279923de 276 0.10 vMB 160
218,667 218,667 000000000000005b4a20c42f9fb3e2047b1d6df3990c16b7734d2380f14d4e28 240 0.11 vMB 143
218,666 218,666 00000000000001747375395d57400ab2447f3793e93c528184152d94cf6d5d3d 24 0.05 vMB 64
218,665 218,665 000000000000043dda176da33698085336e85726b4c9beca63c0f29c89fffc3c 373 0.18 vMB 182
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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