Loading Tool

Explorer IconExplorer

Memory Pool

80,611 transactions
30.00 vMB
0.12270156 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt 5f1bcaa1c530e58155e4c8a3b27e9bc505c7f4afbfc1d1a7bb8519c633489af0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 13a4c5a83202aceb990e5e525862b9bc5f94a60b8f3192ae6413cabe3b994b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05064079 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (280,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
634,905 634,905 0000000000000000000f5c2ade12b3b59050a9d454fbc2dc4b6e7b84c506b53b 2,319 1.00/1.00 vMB 35
634,904 634,904 0000000000000000000ff49ff49554deb1de576255111cf86ffad5c4cea42988 1,883 1.00/1.00 vMB 33
634,903 634,903 000000000000000000062a15f95c9961f9f01f228e746e89b772b6c5dbc37cf9 2,576 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.