Loading Tool

Explorer IconExplorer

Memory Pool

79,611 transactions
30.15 vMB
0.08280113 BTC
Random Selection Loading Transactions
Max Size: 183.94/200 MB

Candidate Block

Mining Attempt d928174a29fce05d82442235b04929551852213c57551ca18add3c955c91c485
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root bc0a05039d1c6d3a8f7c836dd83a2854d825416acd952ea261231fb49e995070
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01530229 BTC
Feerates: 200.00 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (472,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,025 443,025 000000000000000001569b7fe5d457c691912306afa8236a0a0cbe7520df0ca4 1,964 0.99/1.00 vMB 70
443,024 443,024 000000000000000001498ed8ccbed0798988b897d05e1c5498f7a473faa6f1a4 626 0.29/1.00 vMB 66
443,023 443,023 000000000000000000224988dc7df44e9bc76059eef24a86157ae15fe42fd4ee 390 0.23/1.00 vMB 59
443,022 443,022 0000000000000000032db103e8d48bcac2b8e8f5712b448657fa991e9d7ed85d 1,054 0.42/1.00 vMB 75
443,021 443,021 0000000000000000039669bfd14a238567e06a48c8c95e232f1e3c129ef806aa 1,556 0.77/1.00 vMB 72
443,020 443,020 000000000000000001d9206f8d9a5f552edb2b1f3002aed1ea9445a54178e7b1 894 1.00/1.00 vMB 29
443,019 443,019 000000000000000002dd5498048cf1ce4417f55110bc6c0406495862652ee3c4 2,596 1.00/1.00 vMB 78
443,018 443,018 000000000000000003166bcfe0443f0f6789e306d3a51f6f64163003711e1176 8 0.00/1.00 vMB 545
443,017 443,017 000000000000000000ac28dc32a6325a54ec1af74017c499b2e46ce7f9404c1d 658 1.00/1.00 vMB 17
443,016 443,016 000000000000000000146ed4c84f18fcfc42e2057f3d1d32f8d3f69ee48d8b7a 967 1.00/1.00 vMB 26
443,015 443,015 00000000000000000149dba3938c61b216040129c4adb4a8cea1be14d9d9b72b 2,019 0.91/1.00 vMB 67
443,014 443,014 000000000000000002c98d662fb102a4e991da3fea0c2a4ed0f2e1cf6fed6b42 1,096 0.77/1.00 vMB 49
443,013 443,013 000000000000000000d3d50d9e53952a75dfe7bf4dbceb32f84c8993da28be46 1,696 0.92/1.00 vMB 62
443,012 443,012 000000000000000002d58d2d545ecaa8507abef3a2f744085e45b898cde9a078 1,817 1.00/1.00 vMB 67
443,011 443,011 00000000000000000275530e1cb8129d257999a8dc93d3b23a54cbe8c6b55f12 1,993 1.00/1.00 vMB 95
443,010 443,010 00000000000000000104593b2779b8dc8218c57b6b5da6f8a7f3352f8666bf1f 836 1.00/1.00 vMB 27
443,009 443,009 000000000000000003a8f2b45c99feb18711069f697aba666a3dd96d1def5f91 1,603 0.64/1.00 vMB 83
443,008 443,008 00000000000000000009d84a86920e1b1d88cfa6ae5a15ebc7e6fb74eee028bc 1,514 1.00/1.00 vMB 40
443,007 443,007 000000000000000000897c347c02676f2f4d68f0be4a9e84d97bba8391165130 1,465 1.00/1.00 vMB 60
443,006 443,006 000000000000000001d19520bf6f2a6081219e20151faa467d132f64c103219f 2,263 1.00/1.00 vMB 74
443,005 443,005 000000000000000001fbc22595c3c604ba2c4593b301e9077d24f355c347091a 1,780 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.