Loading Tool

Explorer IconExplorer

Memory Pool

18,531 transactions
9.41 vMB
0.02163134 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.90/200 MB

Candidate Block

Mining Attempt c8249fdb40d5fdb069927c9ba04a078d54506a1f9140e47dc6814a7d12b0df52
Version 20000000
Previous Block 0000000000000000000151cd337b203e6de37365cc31cd0ea1e5146247f81f0c
Merkle Root ccb79ab01750201e3824dea9bbd0694c3e982f3d017810a8f259c23aa5c08d89
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,269
Size: 1.00 vMB
Total Fees: 0.00699523 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,533 (727,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,991 185,991 000000000000071a9298e44adf00fd6e68ac78282c0a9e2218f5d4f3be5f9eba 647 0.24 vMB 187
185,990 185,990 000000000000033f7f52449d91e170048f717f1af362128e3ef5933af55e0f93 269 0.11 vMB 142
185,989 185,989 000000000000065f4c5c3ef8d81624d345b9b4757d6e2038ef4f1190875edd5d 234 0.08 vMB 142
185,988 185,988 0000000000000646f397d29ccbeab1218723caeea32f0ec9db5c443f2c66dc37 68 0.03 vMB 98
185,987 185,987 000000000000021dc2f514522ba4e19716a72887796a25b779a5ae2d324a30d8 15 0.01 vMB 67
185,986 185,986 0000000000000890e6aed712ad0ca4871c4f970f616a1a9ee579189d43e5aa8e 50 0.03 vMB 88
185,985 185,985 00000000000005b9df19fa5c143f63f0c138a7eda9baa8dfb8d06370c88b02e1 70 0.02 vMB 71
185,984 185,984 00000000000007fdbe4ab65485da6ebf687989eff433905b8a725a82bd696f1f 204 0.09 vMB 121
185,983 185,983 00000000000004a96833702aae8f690df5ae51199916d239af3cf44d59285b35 69 0.02 vMB 152
185,982 185,982 00000000000004df08078ca4513720772115ab0dce4203f695f7a0c4dedc053b 132 0.05 vMB 166
185,981 185,981 00000000000006ee82131930283df147e4797bb1637e386f747e3ec3f8b8d92b 24 0.01 vMB 122
185,980 185,980 00000000000003ba78e5a206da9b2b4695be171dfa4ac07ab4e72b25dc440ad1 108 0.03 vMB 100
185,979 185,979 00000000000005a8fdb7f10a47b918f4d35586b063ad528d40471b80372d7d25 142 0.05 vMB 124
185,978 185,978 0000000000000932bdb3efe60eb86662d032829c31fd513ea418cf79a5d683dc 197 0.09 vMB 268
185,977 185,977 000000000000051a46c4c462cd97d9f9316a5b163fff4db54cd62d802472b8de 10 0.00 vMB 618
185,976 185,976 000000000000059165677e9e2e43e76f36841eb2101a3830657f57f376f6e9ec 80 0.10 vMB 88
185,975 185,975 0000000000000106b7c28a390ec246336c52ea7f2fab9896ed9d9224b92e4852 132 0.08 vMB 100
185,974 185,974 000000000000065777d5d29ce52203c61e688dcf758418ae47f57bd32cb819e4 84 0.03 vMB 129
185,973 185,973 00000000000006ee0474d882101ff8adc75f9cf80a609b9d21068b5c2d74441d 11 0.01 vMB 83
185,972 185,972 00000000000003c2ccab28b46d67605b8e8daef889175062f1fd51feec615215 20 0.01 vMB 126
185,971 185,971 00000000000003502008e573577edea1cc78383afacab948ffd9ed32200bc31e 168 0.09 vMB 60
Previous 10 blocks ↓
Total Size: 779.79 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: 403.09 GB
    • Received: 2.09 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.