Loading Tool

Explorer IconExplorer

Memory Pool

15,515 transactions
5.99 vMB
0.03077355 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.87/200 MB

Candidate Block

Mining Attempt 935d1b17f1873a50083272a5dd1a78bd1154d5bf93df4917129fd5d44790225b
Version 20000000
Previous Block 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6
Merkle Root 65e7c897a59869d7e186fab2ad12b32654ca9c6d9b94bf34d16a228ac8af1572
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,596
Size: 1.00 vMB
Total Fees: 0.02046913 BTC
Median Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,453 (684,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,909 228,909 000000000000027d75de5674c5da218aa16915f1008cb4178dbd67a0489b0558 141 0.09 vMB 94
228,908 228,908 000000000000017c1eb8c94e79abf79bc66eff0ba097901c1dbb5cc46127b35a 102 0.06 vMB 140
228,907 228,907 00000000000001f36c493ea8e5f7b51622138548128eeebcf78d588324e4dcfa 275 0.21 vMB 112
228,906 228,906 00000000000001dc781f42ef228d5fa4462c5e5e1d0737685cba17abf14f9393 280 0.15 vMB 179
228,905 228,905 00000000000001a4d4f0cc8efdbb85aab716ced086ddf3ed6907a27b582c0b70 42 0.07 vMB 81
228,904 228,904 00000000000000164c19656cfe561a4ca3afe21adc69b3839c0731b93be9fc8b 136 0.04 vMB 95
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
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: 111
    • Outgoing: 11
  • Data Transfer:
    • Sent: 309.62 GB
    • Received: 1.47 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.