Loading Tool

Explorer IconExplorer

Memory Pool

77,985 transactions
28.92 vMB
0.07771855 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt c8582bc5435eda98271eab6eddba7f1568af9c2e9b4ebf4869c8f77d15b3d8bb
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root bec7991c9b1e75ee88874429df229241b27c6a5cb1ebaf6600d46e2e31ccf516
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,508
Size: 1.00 vMB
Total Fees: 0.01739700 BTC
Feerates: 100.81 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (682,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,882 232,882 0000000000000143cd56dfc4b9b3121d5307e6d8e4851f3e783afd8fa11d79fd 573 0.23/1.00 vMB 191
232,881 232,881 00000000000000bc83b19d961e63cfcb0f6ca3d016563578ede4110b1b542721 356 0.21/1.00 vMB 137
232,880 232,880 00000000000001705087e9388d349c3cd026c08d202b0e9f510a20286e29c9e1 664 0.25/1.00 vMB 233
232,879 232,879 00000000000001621cd2de435e77ee53e1fcb678af0aec79fa08703d3e33e811 293 0.14/1.00 vMB 205
232,878 232,878 00000000000001db69a623033dd65009c4953e44dabcba01b84bd9a11d4fef98 399 0.21/1.00 vMB 108
232,877 232,877 000000000000016bc4a4ddd8abb1e127d816ea9ac3f5457beb1d5fbf5051e41e 55 0.03/1.00 vMB 117
232,876 232,876 000000000000014be2af352a8424d1022ad5e318231d4d13a4d359a149ad84f5 295 0.25/1.00 vMB 112
232,875 232,875 0000000000000053825ad8d3d5bca43f81d940ee17a6b129b47d77caa8a53622 367 0.25/1.00 vMB 138
232,874 232,874 000000000000018b7523eb11be9cfa6a4206852e4ff7a31067c16b4d3e0da688 653 0.25/1.00 vMB 197
232,873 232,873 00000000000000cb8309f74e3f64f9c9da9e604f2fcdf09c598670e4ea642e74 292 0.09/1.00 vMB 124
232,872 232,872 00000000000000ae26c166236d365dbc81cbfe24c6f354dd7e2a95403054ad54 630 0.25/1.00 vMB 192
232,871 232,871 000000000000003958a8b1846667b97bd203bdfb0548968d1af5728a27de8775 505 0.24/1.00 vMB 169
232,870 232,870 00000000000000f23351c4652e557471f4f060d177a11249604134048df09ed1 528 0.22/1.00 vMB 221
232,869 232,869 00000000000000806cf1bca2e894d4c84fc17f61941ea23ee7fbc9816a7a57b5 300 0.15/1.00 vMB 184
232,868 232,868 00000000000000635ac06645bf48d37becd9817ab937896a5a89719f93e43d35 745 0.46/1.00 vMB 156
232,867 232,867 00000000000001707a4c81c00f461394a3957a748f6a42a7632db51c409bac2b 628 0.25/1.00 vMB 230
232,866 232,866 00000000000001b6add7388b9cdac360d773e4b015586138942aedecac554daf 387 0.24/1.00 vMB 165
232,865 232,865 000000000000016ba3c3adfaee58b789991e7645c53f7b2fd9adf26beae43cd3 608 0.35/1.00 vMB 157
232,864 232,864 000000000000005f5ac88f77a39ae5bb72c7b494b33b84cfa6bad45d5654e8be 421 0.25/1.00 vMB 136
232,863 232,863 00000000000001c4a67afedac0d24a5dba6f8723421bb80d2d99852f5f70c49a 252 0.12/1.00 vMB 178
232,862 232,862 00000000000000e56fa673977a01dc5c494b4ce7d81fdd7c40d02ef0bcf01177 445 0.18/1.00 vMB 245
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.