Loading Tool

Explorer IconExplorer

Memory Pool

78,906 transactions
29.22 vMB
0.12062703 BTC
Random Selection Loading Transactions
Max Size: 176.23/200 MB

Candidate Block

Mining Attempt 4b87f781200ce9c9ceb5ffa2690b876f7558caeae0cbde7cb61cc0f5024b9ac3
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5519dd0c845d6cf7bf793464c3edebda783a5932eb96aeb0d1765d48290016a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,170
Size: 1.00 vMB
Total Fees: 0.04380736 BTC
Feerates: 150.80 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (451,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,634 463,634 000000000000000001989cf50fb7f4175dc68448163547e43a108bb404dc4207 1,872 1.00/1.00 vMB 132
463,633 463,633 00000000000000000145b9c482699f390482b554f9196f248e06315e2d49e320 2,133 1.00/1.00 vMB 145
463,632 463,632 000000000000000000bca67c7ae04f11a68ac405a10d13616d8a7cc26c9884f9 1,873 1.00/1.00 vMB 150
463,631 463,631 00000000000000000214ed523bb7f547cee3cb76a74ac64e530ef958d4b20cae 2,621 1.00/1.00 vMB 198
463,630 463,630 00000000000000000104685eacad244ff58b70f810b9bb95a975f0dbc3119af9 2,167 1.00/1.00 vMB 181
463,629 463,629 0000000000000000012a6ffddde5fa12de2c7db73b182c3e4518db557a7a385a 3,237 1.00/1.00 vMB 282
463,628 463,628 0000000000000000007384316543d1bcfb7f91199df22bb5cf3980952c7fd9e5 326 1.00/1.00 vMB 156
463,627 463,627 00000000000000000039d45ed529631facef985916341de6782e7b8a38b5d12b 2,075 1.00/1.00 vMB 213
463,626 463,626 0000000000000000003450546d70f2b6d110ba6d283c51074752df85ca107aac 2,357 1.00/1.00 vMB 271
463,625 463,625 000000000000000000b5de3ea08964f6a021265c2f6d04008ca84c3f11d13d72 2,136 1.00/1.00 vMB 178
463,624 463,624 00000000000000000197117017dc931264c6595ee0baa43884e9301831df21f1 2,631 1.00/1.00 vMB 200
463,623 463,623 00000000000000000096a60a6ccea96f96cb3197af86da82dbdb0c520131f086 3,400 1.00/1.00 vMB 218
463,622 463,622 000000000000000001db2b7ba5a7c63675888312a86172dacf741686e7b6953b 2,787 1.00/1.00 vMB 264
463,621 463,621 000000000000000000a44930466ae12338f16bdeec951f013d82c7f077bc2683 2,491 1.00/1.00 vMB 194
463,620 463,620 0000000000000000002c5d92b0a4d3a30986bfaf35d95affb4e8a1319b879c8a 1,692 1.00/1.00 vMB 137
463,619 463,619 0000000000000000005a83b05c0477305cf442fd908a239297ee2c00d89b15d7 2,486 1.00/1.00 vMB 204
463,618 463,618 000000000000000000b6a0a073147058941537013a6dfa9e3518dd026e8151a7 2,381 1.00/1.00 vMB 188
463,617 463,617 00000000000000000103c7addb9b923cb8bfd49c2ddf544f9217342547dfd66b 2,319 1.00/1.00 vMB 125
463,616 463,616 000000000000000000925f256d700edaeebaf8f23258abeaf8c5532f0e8b07d2 2,164 1.00/1.00 vMB 169
463,615 463,615 0000000000000000018f43963684a5220fc9606fd1b76077e1e623f2a8049910 2,311 1.00/1.00 vMB 160
463,614 463,614 000000000000000001efaed1103236bbf7c0c8d06d49ade30773346c53f99a1d 1,501 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.