Loading Tool

Explorer IconExplorer

Memory Pool

83,280 transactions
32.66 vMB
0.10155263 BTC
Random Selection Loading Transactions
Max Size: 195.83/200 MB

Candidate Block

Mining Attempt dffeba69d3bde3ef096b5d85609308da265cf306efa41bebe25d2cd60d9b408f
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 22804c33d9bf629a3b36ae1e59a2279db925b915d2836d3f73afdb51e659e3d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,190
Size: 1.00 vMB
Total Fees: 0.02536016 BTC
Feerates: 265.25 > 2.54 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (706,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,748 208,748 0000000000000125da7252a3f518138173d748bc84e19bd514c8e140651f8d99 12 0.00/1.00 vMB 323
208,747 208,747 0000000000000440b07292937cf4f9188336ef33d9beee4e01f5aca7f2832366 172 0.06/1.00 vMB 30
208,746 208,746 00000000000002eeff197512d662df0b9a3ca4e2f8c3ec5300ecacc6248422b9 330 0.14/1.00 vMB 207
208,745 208,745 00000000000002dabbb20f0ab15dd1d23a5471b25fb5924aa254d1f70d1a4d5a 99 0.04/1.00 vMB 266
208,744 208,744 000000000000000412bfe19d7fb52f5650b01b851b9658ae164f18fd1fee2e28 216 0.09/1.00 vMB 157
208,743 208,743 00000000000001ea34249d35b1a4d0063a9945d08cead632a4d625ee5fb89a0e 92 0.05/1.00 vMB 390
208,742 208,742 000000000000037ec650382751a2b302fe784b4b8c250bad343ccb11299263ed 51 0.02/1.00 vMB 110
208,741 208,741 00000000000000a7e6bbd9a94a1d1eecde8c7c83edb53b1ec4e7c4f7a5e8fc1d 445 0.17/1.00 vMB 189
208,740 208,740 000000000000035178c9cd49f8a013ef63e375e04807ba61c3f318c9d747ebed 60 0.03/1.00 vMB 142
208,739 208,739 00000000000004a4863ea4b6e9577d86005b82a68c24cb2b1faf611dfaca84d5 320 0.13/1.00 vMB 179
208,738 208,738 000000000000022c2388813a9a8b3183ab04a6328914b3da5654acf337202437 232 0.25/1.00 vMB 73
208,737 208,737 00000000000003fb3318c5ce707ee328807a1dc5ac7de2eaabdff7b7609ff8d2 504 0.20/1.00 vMB 184
208,736 208,736 0000000000000286425608f1cb5aeee0bc7cd3de37983169f6e4da5c3362c67c 95 0.05/1.00 vMB 197
208,735 208,735 00000000000003fb05cebac2bc269e33bbdb06ca33f0c3c67f7bad24b1302f5c 60 0.05/1.00 vMB 71
208,734 208,734 000000000000019f7bdb493a4df2eb9cd1cf2ac9f9621ebc444aecdad5dd5041 402 0.15/1.00 vMB 270
208,733 208,733 000000000000006f359fa90dc67b989085af377fd70addea112947027166c3d4 13 0.00/1.00 vMB 165
208,732 208,732 0000000000000392d8f2e0040a35c8b7be11bcf451a6c45f9f3c9fccf7ed73cb 162 0.05/1.00 vMB 113
208,731 208,731 000000000000033c66b8a4739ee45fd17b80422b82942e490eddcc86954c6bac 479 0.21/1.00 vMB 174
208,730 208,730 00000000000000fdc90808f26bed44dc04de7358216c64a44aef133678984291 582 0.35/1.00 vMB 125
208,729 208,729 00000000000003ed6cd1614172006b68753ff538b1fdb86746e38b9abd130885 128 0.04/1.00 vMB 134
208,728 208,728 000000000000032ad1fb7d63c849b7af342c222b41e8a6d45633b7a83255e2d1 455 0.23/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.56 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.