Loading Tool

Explorer IconExplorer

Memory Pool

76,869 transactions
28.54 vMB
0.06272862 BTC
Random Selection Loading Transactions
Max Size: 173.21/200 MB

Candidate Block

Mining Attempt c9f15a85e96d39f12299d0f81218d514ad384166e886c82b06b97e6c78492029
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root ffcd8e4450d9d180d1842c6961ade2cd055c6518bd8e8b967df659dc6615a9e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,053
Size: 1.00 vMB
Total Fees: 0.00348024 BTC
Feerates: 15.05 > 0.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (682,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,893 232,893 000000000000001b93bf4076f73a6dfa4a23e43c02ad066c17df860144099a92 324 0.24/1.00 vMB 98
232,892 232,892 000000000000013a7cae4b7de88542e576f92ba3cd4bc8ec76f0d9f1b53659e2 145 0.16/1.00 vMB 64
232,891 232,891 00000000000001d38b3f227ab249b1a485f77ccb51f16e40aa595babdc535a84 459 0.24/1.00 vMB 151
232,890 232,890 00000000000001d84235852680bd427eba17ff03a23086d843136a306db6edf8 198 0.10/1.00 vMB 177
232,889 232,889 00000000000001429a89de2dad69a8bb10ba46a0ad73516f37eafe2f5aa7a259 345 0.16/1.00 vMB 220
232,888 232,888 00000000000001d744e6c87dff9cebad96cb2513ec8161968af092bd6e7932c5 288 0.15/1.00 vMB 153
232,887 232,887 0000000000000194594e74e292de119dc03401e0eebabd5bb6d101b19e8987bb 449 0.23/1.00 vMB 225
232,886 232,886 000000000000011eaac8ca288f8ba8e7478dbb6cc7c62805e47706382d88861a 112 0.04/1.00 vMB 310
232,885 232,885 00000000000001cf55fb247974e64c9baaefb283e285caf228de850044835e93 6 0.00/1.00 vMB 92
232,884 232,884 00000000000000d8d33f8f862bfa55f38d0c0ee85d1a8e6f2a003d2bb1f4f6e3 49 0.04/1.00 vMB 138
232,883 232,883 0000000000000161d04905526fb826e56dd1bdc4b6aa97275e4458a8a90385c0 251 0.18/1.00 vMB 88
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
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.