Loading Tool

Explorer IconExplorer

Memory Pool

28,684 transactions
7.24 vMB
0.06200989 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.60/200 MB

Candidate Block

Mining Attempt cc09a1577d771f435c2cc08afe3d61148f217a87ac8c913d3438ef361f71c149
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 1830858c7b528142296e335c032bc0ec84600366da0173eb278494c68efee410
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,279
Size: 1.00 vMB
Total Fees: 0.03469605 BTC
Median Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (771,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,066 142,066 0000000000000472283c052564ce4e87dcacba3e8d8e39c0ac3340ccf2c26b5e 0.03 MB 98 65
142,065 142,065 000000000000045d69161f013cf4f4cdff3ee9387f5a0ee45aea6e9524f964fd 0.02 MB 21 147
142,064 142,064 00000000000000d53bebdc98afe141533b520f9e0e40669bfb44b52cb574d61d 0.01 MB 9 27
142,063 142,063 00000000000008677fa748be3d335da8427f353b9c3aac10bc75860d92738eac 0.04 MB 128 30
142,062 142,062 00000000000001b15e34ad10ee2d8fccf73de94c13b014654eab338a3f1c5dec 0.01 MB 19 166
142,061 142,061 000000000000062d2eae438cfdd42381a275e672af39a211319f91964873e52f 0.03 MB 63 126
142,060 142,060 000000000000050b1e4e2cd2889adcf155fd76695a9facaaef7afd8085ace665 0.03 MB 76 148
142,059 142,059 0000000000000866424c3d9b4440d98422fea35444d0c40ad7eafc7e94ffc6cd 0.03 MB 80 161
142,058 142,058 00000000000004e4a48e05cb48f49216bb049b4fba2d6c8777a9679766012cd9 0.01 MB 29 157
142,057 142,057 000000000000011fe7cbb7550967ac313f8cd6f7cd07eb8f11ee6e2f126324e1 0.01 MB 48 12
142,056 142,056 00000000000003819c8781e16298f25b748f08f1fa61f58ca9b232a810e41eab 0.00 MB 11 0
142,055 142,055 00000000000000ac0d939202c6de5f50ad426841fcbd6d7f9c3df4f6591a47e9 0.00 MB 10 559
142,054 142,054 000000000000054cd8e9563afbc71910854841af9f3772ba365c53cb5b03acf1 0.02 MB 27 104
142,053 142,053 00000000000004a3b7a2c5e6d1e5e18f955ef334d45af00c8c31c374dd29d8f6 0.01 MB 22 238
142,052 142,052 00000000000001ea0403eb1ad56f972611b9be80c7bd9ed484e1131534429db0 0.01 MB 44 246
142,051 142,051 000000000000039ce86a4f7e7fc9794b8cc00e2f6f4a97283a7619167e38441e 0.00 MB 18 568
142,050 142,050 000000000000078cf63f6c964c24ee6add777c23cf3813db9c8396c7c8928cbc 0.04 MB 101 120
142,049 142,049 00000000000006772885430f5049ab3915f7d59226b4e6fd515dc1c51e60b7a7 0.01 MB 6 40
142,048 142,048 00000000000000f021cf8282bf1aa116ddacb150518fcfb1e4c76ae79b7898e8 0.05 MB 145 75
142,047 142,047 000000000000082a0848f29a0691bf085d28a2db092aa73928c3a6f1170ac627 0.00 MB 14 235
142,046 142,046 000000000000082143fc8ab42796c194e0725210a2fb785a99d7b7c9e35cc86c 0.01 MB 18 266
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

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