Loading Tool

Explorer IconExplorer

Memory Pool

13,420 transactions
5.70 vMB
0.03803547 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 33.57/200 MB

Candidate Block

Mining Attempt 8caf766047132461d4ff1800d89cacd983c2d46d4d84b68f7ec278c66691c7db
Version 20000000
Previous Block 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937
Merkle Root 4e8fc07af179e1fb58587dca6359f8d4cf967fdb02cd978f48ed22f756920910
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,815
Size: 1.00 vMB
Total Fees: 0.02847151 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,448 (684,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,903 228,903 00000000000000214da737488eb734ae9e4c149c633ee9a4ed2c894226c7890c 9 0.00 vMB 104
228,902 228,902 00000000000001b94ee78cf751f5a038fce71785c5f6d5695a44e2346c51e05d 180 0.14 vMB 104
228,901 228,901 000000000000025a1540ce3156502100dac6c62299691963fa6bf940b8a871d5 299 0.19 vMB 128
228,900 228,900 00000000000001ad393f504eaebacd8093c738453266fddc8e676c66cf2b8434 128 0.05 vMB 161
228,899 228,899 00000000000000a11a7469572a4612f31ab32ab129fa1c4ffff5943639882546 213 0.11 vMB 135
228,898 228,898 000000000000015c5fa436be4ba80d4e32ca7bb148a96ff0c0fb6b3a7fa81681 103 0.06 vMB 70
228,897 228,897 00000000000000e98d078d8038f982295f357c09d62cbd483196bb03c2f8296e 18 0.01 vMB 24
228,896 228,896 00000000000000890e5c3e26588d43bfc309bbe76aa58251f41bac04e94dc8ea 188 0.11 vMB 180
228,895 228,895 00000000000001a3a4091ca7461330e95f5f64be3e76c890bd769a38c5649ba9 204 0.20 vMB 85
228,894 228,894 000000000000005bfe5b29aea4b473300bf2f3ff91c9090314bfba45f3554a48 195 0.07 vMB 208
228,893 228,893 000000000000018335c5f09f54c1b2969e95f4d644d4db4a1bde81a90a1d6212 143 0.07 vMB 153
228,892 228,892 00000000000000acda2f685ed15dd3d6eeddcd16af55ba9d4e6a918104188d0c 193 0.08 vMB 172
228,891 228,891 000000000000016bece5179016b96457e299c580a5096163c96c22419ee1b952 252 0.10 vMB 194
228,890 228,890 00000000000001016750ad66f7b653f4b76e28f9bb237ab036d7d2b26d2950bb 304 0.24 vMB 121
228,889 228,889 000000000000027ef0c0af0c82934cf3ab658e7a4a05cacd67bda583069ecf74 98 0.05 vMB 178
228,888 228,888 0000000000000148fe5e3a90556310d8eeb636a610cb446a5686cafcb4f4e1f1 172 0.07 vMB 170
228,887 228,887 00000000000000978c4eac44a62cb07ab294d86624a9812a39eaafebaecb534a 101 0.04 vMB 185
228,886 228,886 000000000000000b3be4c7acabf76e5e356694302df3d29b990af92cf442f33b 126 0.06 vMB 200
228,885 228,885 0000000000000243e02c36c8cab5b0930e05ca03aaa00c701e43d750c9db71d8 108 0.05 vMB 176
228,884 228,884 000000000000024e75be68d9e733f7a6f6ef1c148dccabc067bfd16070b42a6f 230 0.11 vMB 149
228,883 228,883 0000000000000121a67e3f3cd16186bf650acea94c6dfdf592998aa775a7d8ca 76 0.03 vMB 198
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 307.33 GB
    • Received: 1.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.