Loading Tool

Explorer IconExplorer

Memory Pool

49,317 transactions
30.24 vMB
0.17172069 BTC
Random Selection Loading Transactions
Max Size: 161.80/200 MB

Candidate Block

Mining Attempt 57c4c401c5033eb50a5cec05070c1e7839b1b9d28a9178b061ae55015a93be02
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root d699d04b02a17fe9fe4db80fd64d737a86b090fb618712b6ccf9d4883a6ff7de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,059
Size: 1.00 vMB
Total Fees: 0.09231951 BTC
Feerates: 261.10 > 9.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (674,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,902 239,902 000000000000012f8174cb7708426ecaf8506afcf011e1616783c8f9b8cfc621 355 0.23/1.00 vMB 137
239,901 239,901 000000000000008f6dbaa440973fd0d1a82169a96a4113c96901e8b837233e6c 647 0.25/1.00 vMB 1,241
239,900 239,900 00000000000000956f45db4062e709bdec0422bd03873c223a295d7ff5516108 102 0.06/1.00 vMB 130
239,899 239,899 000000000000002a4a864f5a2aa94bbf8736c37958bc9dfaa0200c2480394b9c 107 0.10/1.00 vMB 61
239,898 239,898 000000000000005af476dffdbf1b5278f5db67fa60f4b9d126fb932ccdbf4cab 663 0.25/1.00 vMB 2,038
239,897 239,897 000000000000014ad02e860e75d613997692e419d6df2fa7372549f3ecd48be1 138 0.06/1.00 vMB 160
239,896 239,896 000000000000006089e1ccc924edc6e563082b7f643a6630e04dd02f85f3b98b 182 0.07/1.00 vMB 172
239,895 239,895 00000000000000dc6aa757b1c372332c639287e1656738b3bbffebe4f3277eb0 211 0.14/1.00 vMB 122
239,894 239,894 000000000000005ca8f34fc2148c7170361d0864b8ff67f61e1d000655d117bb 162 0.07/1.00 vMB 139
239,893 239,893 000000000000000c5808189115a3f784d8fc5842a07c4924daeb3a530e4e330b 107 0.05/1.00 vMB 152
239,892 239,892 000000000000004f583fb952f2324996b6e56e0f607d77e8a4bc5f318839c3a3 196 0.07/1.00 vMB 206
239,891 239,891 000000000000004d4c1cb2adda457dc430c37a480f196cd48065c95df36ba6f6 162 0.09/1.00 vMB 89
239,890 239,890 00000000000000b7d855a4d9569f7ce74d2266615a29ae3f579a6d913b1a0044 493 0.25/1.00 vMB 151
239,889 239,889 000000000000006a47aaaf72c7f69638de920fefcf36792deec7991a4991834b 395 0.36/1.00 vMB 48
239,888 239,888 0000000000000043f06c5e8f42cb212d0983c6c011f72a159f07c7deb6026f9e 734 0.25/1.00 vMB 254
239,887 239,887 00000000000000b7ae68361e281aaac2cfc739607baa55e2aaab57a7f2b63fe2 656 0.25/1.00 vMB 3,904
239,886 239,886 00000000000000f767b3f8631d3b7dc404e2da57f4de7901c6d579f4a7318c10 446 0.18/1.00 vMB 195
239,885 239,885 00000000000000f89dc745c01cd724486efd33c9f3c8a012b399db8247bcfd5b 246 0.10/1.00 vMB 170
239,884 239,884 000000000000005e3d68f54469cef4656fe275a4638f1907c3c46d3370d47c79 71 0.04/1.00 vMB 159
239,883 239,883 0000000000000148d0a1e09dc5a6faa997dd3a630cc518ee3523be1f6c060efe 66 0.03/1.00 vMB 162
239,882 239,882 00000000000000e44cddba10aedd619f6295f63407dbcc83e03e4b26386a90af 173 0.10/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.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.