Loading Tool

Explorer IconExplorer

Memory Pool

80,719 transactions
29.43 vMB
0.09990045 BTC
Random Selection Loading Transactions
Max Size: 179.25/200 MB

Candidate Block

Mining Attempt abf94a785d0df87ecc1a39743b44f8d658c975fc697301a3d4ccdd0cbf6164b7
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root df6a44704c33dc6fa2f55d7effa1ad8cacabe780d88257b2d889a86f749af730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,378
Size: 1.00 vMB
Total Fees: 0.03800655 BTC
Feerates: 101.66 > 3.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (280,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,926 634,926 000000000000000000110e06b5cdbac5b1ac65ed29077facd4bcad120ee37b3b 2,504 1.00/1.00 vMB 34
634,925 634,925 0000000000000000001079eb0da0663327bc0416ed14fb0bac4adfebf86623b4 2,948 1.00/1.00 vMB 34
634,924 634,924 000000000000000000017816ae9b54633df7c7e92d80705000bc44deb3c5a85e 2,242 1.00/1.00 vMB 40
634,923 634,923 000000000000000000008c82d0ce2afbf4ea678c0f2e8f6c21e476725500b915 2,951 1.00/1.00 vMB 37
634,922 634,922 0000000000000000000aec73b8187eec2d92fd456257f33aa39c4a679e4b1e09 2,882 1.00/1.00 vMB 45
634,921 634,921 0000000000000000000a7f71e659fcb2a849dda1146346b2e64bb008eff2bda7 2,360 1.00/1.00 vMB 38
634,920 634,920 0000000000000000000743574902c5a8ac3b4cce2b247dc8721016c83a2597ec 1,881 1.00/1.00 vMB 47
634,919 634,919 0000000000000000000430957fd36a51e8ac304be0b18f0f74f940cc5d79fc94 2,604 1.00/1.00 vMB 51
634,918 634,918 000000000000000000100b051179937a55efdad3269d06beca1929080cd4080a 1,646 1.00/1.00 vMB 48
634,917 634,917 0000000000000000001204ffbec3cc5f7d3d71c7244ea9a2c02016ca9b5f240d 2,180 1.00/1.00 vMB 40
634,916 634,916 0000000000000000000118b37eac936ab111954d6621559426f3e062c1b132ee 1,306 1.00/1.00 vMB 38
634,915 634,915 0000000000000000000a5bb34e171ec61e0a54c2b479c00451ed701062fd0a79 827 1.00/1.00 vMB 38
634,914 634,914 0000000000000000000d11a5e4b19879fd6570eadfaa45fe9f1152263cd0ac16 2,635 1.00/1.00 vMB 52
634,913 634,913 0000000000000000000241ba821c4df997566a7420a50ab670d20adad2e554b0 854 1.00/1.00 vMB 36
634,912 634,912 0000000000000000000c00b2517d1a8978cb3982733898cd06fccc7c67e45dec 2,192 1.00/1.00 vMB 49
634,911 634,911 0000000000000000000a714e736ca0b6ffad3cfe18c7ddba27b20c510984760f 2,125 1.00/1.00 vMB 44
634,910 634,910 0000000000000000000cd05db2a6c20cd8610ea0186d2ad3f0df56b50cf06688 2,690 1.00/1.00 vMB 28
634,909 634,909 00000000000000000001db43cbab9fc75edb6997aefb449de896d44743cd1e43 2,738 1.00/1.00 vMB 30
634,908 634,908 0000000000000000000e4818951d8b36cc8a113e72e9725d40f1639acb5b3a7d 3,024 1.00/1.00 vMB 29
634,907 634,907 0000000000000000001337eed5aa842d47a5ff951b5ed2f0316aeeebf174799c 2,061 1.00/1.00 vMB 36
634,906 634,906 000000000000000000083c320852fbf475992b362b7811f156112a221ba9a87e 2,491 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.53 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: 668.98 GB
    • Received: 15.68 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.