Loading Tool

Explorer IconExplorer

Memory Pool

41,668 transactions
27.57 vMB
0.13335537 BTC
Random Selection Loading Transactions
Max Size: 142.79/200 MB

Candidate Block

Mining Attempt 2cdf6db1f6778557a7c50482c37c65ae25b22c0316e12270eb28dd1090850480
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 9011f2217dcdeda6eb14549cdf12585db6e436f16522f979d964fa2748db7b04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,179
Size: 1.00 vMB
Total Fees: 0.07139438 BTC
Feerates: 285.90 > 7.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (412,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,905 501,905 0000000000000000008d77cd3ded2b5e1e2310befa99a892ed627180776b81ef 2,972 1.00/1.00 vMB 607
501,904 501,904 00000000000000000002b80fc5ca61d01a77c5f07d66089155283b64e7b339c0 2,706 1.00/1.00 vMB 727
501,903 501,903 00000000000000000056d34636fd0748194c00d5e66073d128f98a049efa7c30 895 1.00/1.00 vMB 162
501,902 501,902 0000000000000000008f368b53c9363610c0e044938f1841c6e12e7028f8a757 1,706 1.00/1.00 vMB 326
501,901 501,901 0000000000000000003f589f91fd396d3e132bb3e80ae0b9092bbd1893048011 1 0.00/1.00 vMB 0
501,900 501,900 0000000000000000004fd2a4f4ad2216d1be2a0cf4f4dfa171d0401bf5663c7b 1,395 1.00/1.00 vMB 206
501,899 501,899 0000000000000000009419b3b8693e42a6c6bf28b6ece91899a1b751fad4052a 2,275 1.00/1.00 vMB 610
501,898 501,898 00000000000000000050b1399809fe3a1991fe13d6eba51d3b3e1fe0e5dfa3bd 1,543 1.00/1.00 vMB 175
501,897 501,897 00000000000000000052d73ff8854c6893a5c7ad7a893855586e3b2457a33cd8 1,752 1.00/1.00 vMB 205
501,896 501,896 000000000000000000644bba7ccc96b5024ed24bb5116b02dc4e5a76f19ba42d 1,959 1.00/1.00 vMB 437
501,895 501,895 0000000000000000001c0ad22fcc89d4fa3d01be2eaa4e1e063e991e976a0baf 2,936 1.00/1.00 vMB 623
501,894 501,894 000000000000000000410e08b2e000f4af38a62a1e1779652361a4ec834f44ca 1,459 1.00/1.00 vMB 322
501,893 501,893 000000000000000000448f60e3f954e8253cbfde4ebe3d5d79dd8d5d179cf2bc 2,952 1.00/1.00 vMB 645
501,892 501,892 00000000000000000025aeec5f7791bd8629381910da639d09090fa485c13cd7 1,639 1.00/1.00 vMB 399
501,891 501,891 0000000000000000004cad23ba47a98d2b8747461cb86fc48359f4fb5600f0b3 2,695 1.00/1.00 vMB 485
501,890 501,890 0000000000000000001a0f64db0d630a88d5bf5e2eda2791ba9f02ccdc391431 2,958 1.00/1.00 vMB 645
501,889 501,889 0000000000000000006e618963f5460de9690fb299d71be7b007d360ec06879a 1,755 1.00/1.00 vMB 195
501,888 501,888 0000000000000000001897ae7e8bf33c6dc9e538f9ca200575bb6cfe07193aa1 1,976 1.00/1.00 vMB 329
501,887 501,887 0000000000000000006aa50f430f15093c34a5d3382bbe55162988a67f99e85f 1,862 1.00/1.00 vMB 446
501,886 501,886 00000000000000000035d4264870f4338a22406920cb91242e06b6b2f26c95f1 2,470 1.00/1.00 vMB 532
501,885 501,885 0000000000000000000ab3f94c6287e21862a5065d3fca04101fe37c9ae466c9 1,778 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 636.47 GB
    • Received: 12.37 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.