Loading Tool

Explorer IconExplorer

Memory Pool

85,158 transactions
32.96 vMB
0.15684096 BTC
Random Selection Loading Transactions
Max Size: 196.30/200 MB

Candidate Block

Mining Attempt 95d05dab087ffdfaf4339220639fc6d464a05e0eb3b5a31035885c21e10fc541
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 24a7d7e7d638ecd441ffcf5ddfa04718fbfaabb1afcb0a89aa851338d0718eb9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.04848127 BTC
Feerates: 318.30 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (266,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,260 649,260 000000000000000000007518f8e335bb61569d6b4950fb5d0a6136a7ffd8a930 2,533 1.00/1.00 vMB 26
649,259 649,259 0000000000000000000610ab2153d10ee0f70759d3e2f274111f6fd72836184c 1,494 0.59/1.00 vMB 6
649,258 649,258 00000000000000000005f6dc0f7e3dcb85bc48175eafb73a0b078ba73b8b5572 2,413 1.00/1.00 vMB 14
649,257 649,257 000000000000000000097bf0e5d803ff668ef78dcaade23db48f104ec562152f 1,904 1.00/1.00 vMB 47
649,256 649,256 00000000000000000003567f3eedd562d7c3c9fa79f7df30d6d4a9c09f7b4339 1,915 1.00/1.00 vMB 32
649,255 649,255 0000000000000000000687e43609af19aaee1f6f794066088d51b1736dacb27f 1,846 1.00/1.00 vMB 90
649,254 649,254 00000000000000000001e79a87bc0d0e7472f756a4e37d8edb72ac610a548952 690 0.32/1.00 vMB 60
649,253 649,253 0000000000000000000752fb54edf77fe471011d0157fc99a3fecc7befd949b8 972 0.44/1.00 vMB 30
649,252 649,252 0000000000000000000843bdda03f8325c9b6e86e4a6c9debb895567803ef476 1,992 1.00/1.00 vMB 6
649,251 649,251 00000000000000000001a88bda05d78329cb366247fdcef2385bbc41d906e133 2,713 1.00/1.00 vMB 19
649,250 649,250 0000000000000000000a05c90d651170cd4993f72133ea78a8bf517d4b71a350 2,772 1.00/1.00 vMB 58
649,249 649,249 0000000000000000000c3ec7793eca09f109ddd7aa4362126863922eb207df51 2,886 1.00/1.00 vMB 24
649,248 649,248 000000000000000000069975407e701aaef0d5548997ee04d1710b34ad7b7ace 2,635 1.00/1.00 vMB 22
649,247 649,247 000000000000000000036ed7226daf0f5629d3e3833d8bf230e5e8f1323f2c33 2,398 1.00/1.00 vMB 41
649,246 649,246 00000000000000000004fb3d01e673714230ed1add97b9db162be7de51ed7a75 792 1.00/1.00 vMB 5
649,245 649,245 0000000000000000000b8f02b6e2d3e8eaac89ecc108a4c7c61f75c35bebd56e 1,104 1.00/1.00 vMB 4
649,244 649,244 00000000000000000000f6ab2d222aff67ebae96c565e3c4ccf7e290fe4aa1ef 2,317 1.00/1.00 vMB 9
649,243 649,243 00000000000000000001b26d52f1f95811a8347761c725b75abccdfd388fd546 1,868 1.00/1.00 vMB 8
649,242 649,242 000000000000000000085c45e6e6e841ace701ee4e83b0d8dd706c6ec44405f6 2,542 1.00/1.00 vMB 49
649,241 649,241 000000000000000000021dd7c711ea0ac774e83664aa7ce36464019222067325 1,808 1.00/1.00 vMB 24
649,240 649,240 0000000000000000000439ea9434c8b20e5e30459022865a7a7fd31e4233538b 2,709 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.