Loading Tool

Explorer IconExplorer

Memory Pool

75,286 transactions
27.73 vMB
0.07203945 BTC
Random Selection Loading Transactions
Max Size: 169.23/200 MB

Candidate Block

Mining Attempt ca907bc50a28d3b54cefa36f4935a6b9952fad13b3cac172df60089bacb6a6f1
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root d81f37c386390fd20b76cfbd63bdf36d32c44edb201e33a3ac1698c0578d3519
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,453
Size: 1.00 vMB
Total Fees: 0.01278048 BTC
Feerates: 150.93 > 1.28 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (418,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,897 496,897 000000000000000000c848c8af9fe67116023b9899bae8c5bf6bc1dce10f1db0 2,808 1.00/1.00 vMB 193
496,896 496,896 00000000000000000046ba6be0d96135420a542c8e2dfa66f4f20af226f8cd36 2,750 1.00/1.00 vMB 173
496,895 496,895 0000000000000000009cff68b16d9cab70d7c87fdc764e17378f315af32a0cec 2,412 1.00/1.00 vMB 195
496,894 496,894 00000000000000000043719136721f3f9d8c5384f22ff0d3ba197c253dace092 2,724 1.00/1.00 vMB 194
496,893 496,893 0000000000000000006e37f8a45782416b0321e08959a36f13f3f728af38ff3a 2,401 1.00/1.00 vMB 199
496,892 496,892 0000000000000000005c875a376b572c14e0cdfb6b97b2a228726118a0d8eac9 2,556 1.00/1.00 vMB 234
496,891 496,891 0000000000000000000ff620b356aee48d62b4d37e218dc8ef62ea7d59c53e19 1,724 1.00/1.00 vMB 150
496,890 496,890 0000000000000000009f22fcb8b55bc6222768a6b1bb48ace3132daf67111254 2,755 1.00/1.00 vMB 202
496,889 496,889 00000000000000000087a0dbaa65d3a4f2a733038939af9a9ea32f4792ff6bb2 2,601 1.00/1.00 vMB 192
496,888 496,888 00000000000000000008427982f0618f3acd5fc2ce6203128ed0d846b413f3db 2,167 1.00/1.00 vMB 189
496,887 496,887 0000000000000000001369af6764e3703236d42debbbc19426bb653f5f22c5a9 2,845 1.00/1.00 vMB 186
496,886 496,886 000000000000000000907329cb9adffe55ab1746c33cae97a1496536416cf7b4 2,349 1.00/1.00 vMB 236
496,885 496,885 000000000000000000afa253d01cef50169ac1bc25d34ea6b756b10d461a0d3f 2,171 1.00/1.00 vMB 273
496,884 496,884 000000000000000000b41a1136f0cd0195face97eadaa7d33e7473c706433208 1,883 1.00/1.00 vMB 177
496,883 496,883 000000000000000000769b59825c93373e214f6aba1cd0ea566c42c0d029bab4 2,283 1.00/1.00 vMB 229
496,882 496,882 00000000000000000008e90ec9d7ddec64fa4ee1c136c54230bc63be7554db0b 1,705 1.00/1.00 vMB 159
496,881 496,881 00000000000000000091acaae6b755b19f512a3acfdfd2b9b103cd61f64280d3 2,405 1.00/1.00 vMB 164
496,880 496,880 000000000000000000374a7ece4aa1ca3b3da5749e689974f4e6a13a5916b9eb 1,811 1.00/1.00 vMB 157
496,879 496,879 000000000000000000b739b6c3b2a6fa15c8c4a977207f87a0381965528ebeaf 1,233 1.00/1.00 vMB 168
496,878 496,878 000000000000000000957fa772c096913c967d82a6d671886089612f06f24bf5 2,194 1.00/1.00 vMB 247
496,877 496,877 00000000000000000080edddaab30fa7411b64c4a1f622932db1314bcac0ee8e 1,762 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.