Loading Tool

Explorer IconExplorer

Memory Pool

68,882 transactions
26.39 vMB
0.07305427 BTC
Random Selection Loading Transactions
Max Size: 158.17/200 MB

Candidate Block

Mining Attempt 8f982366a9134d6bc28e0d61d7ea39e3ce85653dd3c7e4950590097d3e79e4c8
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 3924d9a32c30b4d96c0b3672ff1882f504b431e21357c6cc976bb72941b59606
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,259
Size: 1.00 vMB
Total Fees: 0.01692440 BTC
Feerates: 86.29 > 1.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (723,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
191,800 191,800 0000000000000285297e16d9456cccd123b04847f68494b97ed43fea3e118d04 147 0.05/1.00 vMB 121
191,799 191,799 00000000000000587bc8e9ad43dd7758f2326967ea6f65c36d40b6831571c18e 7 0.00/1.00 vMB 0
191,798 191,798 00000000000007456201b2a0cae44cbb71c4d781215221263ce3674d13ce5d4d 268 0.15/1.00 vMB 131
191,797 191,797 000000000000068b82578692cf57aed90c1a23fb0d21ac28c31e124adfbf7b50 256 0.09/1.00 vMB 77
191,796 191,796 000000000000048d93bfdb638efe28c215b04dda4e01b92016482419fbc01e17 433 0.15/1.00 vMB 293
191,795 191,795 00000000000001b3065fbfbb0103c827add706f7c3e538c22c050b42632968c0 512 0.20/1.00 vMB 112
191,794 191,794 00000000000001f684645bb183d373e5d19e9329c353c8daffb34cfaae7cd8c0 385 0.19/1.00 vMB 99
191,793 191,793 00000000000007a6aa7b80bd642d9f255eefb7fd33783a886875ab4b071e2fcc 392 0.17/1.00 vMB 434
191,792 191,792 00000000000008188e9f73318461113403d9d68b2b57ac23b7e018f492c68a6a 14 0.01/1.00 vMB 185
191,791 191,791 0000000000000305f0a6d188f0946a165d8e53e6e8ec55685ae3d56c13359060 83 0.07/1.00 vMB 76
191,790 191,790 000000000000030904503c8266db5a1fd0293c42959d1c4fa9537aa1131e5e86 605 0.21/1.00 vMB 201
191,789 191,789 00000000000003a92988d16a29754982f1b34f8e1bc94080b5f2a2bac1daf859 128 0.06/1.00 vMB 119
191,788 191,788 00000000000000e0a6a0206db52761a7aff5d8fb12e58315101ad6e86b5b1d73 291 0.12/1.00 vMB 148
191,787 191,787 00000000000007ad6ffbe4703648348ca2a86a39ceead2e6f676e629d63a4e36 26 0.02/1.00 vMB 46
191,786 191,786 00000000000001e28b017d961d07ceecb03b57e81bc4188ad0d3d5baef59da85 219 0.09/1.00 vMB 95
191,785 191,785 0000000000000122f979fd0a9cc8646bccb10238cd642fcb80516dfe90135f0f 869 0.37/1.00 vMB 134
191,784 191,784 00000000000001d013b9c90c41884df8c542f44928bda3e7852e32c3926d102c 32 0.01/1.00 vMB 1,334
191,783 191,783 00000000000005c2dbf13c29c9474ffb09b50162d7888553a20ba4f886838d8d 65 0.02/1.00 vMB 85
191,782 191,782 00000000000000aa816b190e2d1d99acc6205851d18aea5f0e259204d48de204 105 0.05/1.00 vMB 134
191,781 191,781 0000000000000067635b08b8633af48d8ff2738d94387f81e7ea74d1435e0260 56 0.02/1.00 vMB 116
191,780 191,780 000000000000072c6aa20a6476b0cdd7f0c3727bb781136fbf38107c1602f218 259 0.10/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 783.30 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: 767.05 GB
    • Received: 19.33 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.