Loading Tool

Explorer IconExplorer

Memory Pool

75,876 transactions
28.05 vMB
0.08821538 BTC
Random Selection Loading Transactions
Max Size: 170.64/200 MB

Candidate Block

Mining Attempt 64fea0454a40d7b6fba79e8d188c597434dc5c03c087eff6d208e4575ffb644b
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 58a46a703423837f8efa3de0c60d9a2d514c60c1650c61cdf7458e1be45dbaba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,768
Size: 1.00 vMB
Total Fees: 0.02759146 BTC
Feerates: 118.43 > 2.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (487,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,135 428,135 000000000000000004d4ee584795d89d1ca63a05b200cad999898d6a0f07dee7 454 0.15/1.00 vMB 63
428,134 428,134 0000000000000000018b92968f7f87ff0ac1f662a99db632e91ae5af6e965ade 1,587 0.79/1.00 vMB 55
428,133 428,133 0000000000000000024f7274ce9cf342565ec65636beddcf02c900cafe539b63 2,209 1.00/1.00 vMB 56
428,132 428,132 000000000000000000e8fbf8d7ef60ef29d38fe05db4a4725982e5d1fe8c0ee6 171 0.13/1.00 vMB 29
428,131 428,131 000000000000000002c6f64f0ac1633ffee04c369ca725bb45de8de2fadf1729 222 0.11/1.00 vMB 59
428,130 428,130 000000000000000004aee913d748085f34afa0e19b0d5d8e49e084b6993b6793 1,250 1.00/1.00 vMB 33
428,129 428,129 00000000000000000030f6f94d12cdda4ec3b6350d7cb5e0630d80f55108d031 156 0.07/1.00 vMB 73
428,128 428,128 0000000000000000034419edc6707854e6fe830a76b25e3b27fac85f89c01987 90 0.97/1.00 vMB 8
428,127 428,127 000000000000000002e746c5ba4a53431fd81d4cb8e3649105f513f418aa1ceb 1,240 0.96/1.00 vMB 37
428,126 428,126 000000000000000003daa96b976353857157351c309ab9f4246644c7108c4c7d 758 0.98/1.00 vMB 23
428,125 428,125 0000000000000000029275e3dd9a5d8b25f48f119f1f8eca396069d84e27d63d 2,353 0.94/1.00 vMB 57
428,124 428,124 000000000000000004f60bbe6bb42c16156e4cf998b43d15e4b4dbef05932466 1,259 1.00/1.00 vMB 30
428,123 428,123 000000000000000001c995e5d76a6689b7a73a4ebfedd9dffbec5d90b56d7e92 604 0.96/1.00 vMB 16
428,122 428,122 0000000000000000027a570cd873d2cae187b0e9bcfd94c79ca7d225e29e4782 1,378 0.71/1.00 vMB 47
428,121 428,121 0000000000000000048dcd3d393ba4d8088563ab1cea871b4235dc32acda6557 2,716 1.00/1.00 vMB 67
428,120 428,120 000000000000000004345c8ec581e8c2988c9f8839adb85f5cf267398b76180c 1,162 1.00/1.00 vMB 26
428,119 428,119 00000000000000000043b5ff1c9e142d6b9bbe971ec2da3ac9b877e915c27230 2,271 1.00/1.00 vMB 79
428,118 428,118 00000000000000000126958f86593a3a7f1e83c74f58fe33bbabe526804bd0db 1,578 0.81/1.00 vMB 41
428,117 428,117 000000000000000001d157cbeab81710dfe4d6c255c79e6aece9467478cc9a9a 2,752 1.00/1.00 vMB 73
428,116 428,116 000000000000000001639047af4b593bc64a312cb139a2126be32a200fb23a6b 997 0.57/1.00 vMB 42
428,115 428,115 000000000000000001dbcbcfcdf6f8732d90d7057a879bc95ff510f91d1a7985 2,454 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.