Loading Tool

Explorer IconExplorer

Memory Pool

49,198 transactions
28.46 vMB
0.13881731 BTC
Random Selection Loading Transactions
Max Size: 152.18/200 MB

Candidate Block

Mining Attempt b711371ed06f675d9216e662358c38b1592b00683ef0dc6efc0fc1421942f825
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 35857930cae9db50f63a3876a4ea5e2c76614ae4286dff83dad1bad482d7fd21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.08212672 BTC
Feerates: 301.05 > 8.23 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (406,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,897 507,897 0000000000000000003eb1b35b4b87611c36bd87e4d46a8e1928dde90485c0c3 1,592 1.00/1.00 vMB 194
507,896 507,896 0000000000000000002096c82aff64fbf20cce952cb23c31607d6a9e79a07e5d 1,306 1.00/1.00 vMB 131
507,895 507,895 0000000000000000005204bd31d75374c15d5ba2550cd30caf286c85b1cbb4cc 1,552 1.00/1.00 vMB 169
507,894 507,894 00000000000000000063fddad30bd6e5eb3e3df8806f46806551e595e3fb3ee6 835 1.00/1.00 vMB 59
507,893 507,893 000000000000000000487c74357298d2d5ff9cda49809348081bddeecec1c680 1,763 1.00/1.00 vMB 202
507,892 507,892 00000000000000000031cd5cfe5eb6ebde40008988d7c4529c4ee81898c5b06c 1,129 1.00/1.00 vMB 90
507,891 507,891 0000000000000000002b5808b6bb51e20905758b1e838f2c4046fb33549acc4a 898 1.00/1.00 vMB 60
507,890 507,890 00000000000000000062b4850f1810f0511e1d5a9e794b93a45bd60b1080e373 232 1.00/1.00 vMB 13
507,889 507,889 00000000000000000036c004264b80cfcf8dd84023d186203f2bd87b80556d6a 661 1.00/1.00 vMB 19
507,888 507,888 00000000000000000010629691c097e5fd01501782204511060f81b8a1203e68 2,024 1.00/1.00 vMB 207
507,887 507,887 0000000000000000005d15fdadad8f9e785746ca164651448f597fcf58c51f81 742 1.00/1.00 vMB 128
507,886 507,886 0000000000000000000eb25292cdff7f2328b337eaa666b66e93849a8749fb5a 2,048 1.00/1.00 vMB 184
507,885 507,885 0000000000000000002e4c592e524e38ba8b5b8e4569c0cb201c2a48a83fb5dc 451 1.00/1.00 vMB 25
507,884 507,884 00000000000000000024b12cb92e1c8f025f81870736873200c471b9792baf1c 513 1.00/1.00 vMB 21
507,883 507,883 0000000000000000002b2ba12b5076aaa569ffc8c3e56411d0cf74007e68e6a8 1,173 1.00/1.00 vMB 80
507,882 507,882 000000000000000000635e8f8ad1815041c883f5c8942d6f3ba88d8ddb1a0d5d 1,480 1.00/1.00 vMB 222
507,881 507,881 000000000000000000363fe66f909b3f08a70bc5ad339451b6d58648bfc64d9b 687 1.00/1.00 vMB 54
507,880 507,880 00000000000000000021e0bd1a717633500514b9e13e10c73318fcd6f6e0d9be 1,062 1.00/1.00 vMB 139
507,879 507,879 000000000000000000547c9308dc510e2a0a1dd246197413298ab0b90605c04d 1,649 1.00/1.00 vMB 161
507,878 507,878 0000000000000000003b57376e4d9c80e06c0f0ec6f4232a423e0bd222f38eec 1,429 1.00/1.00 vMB 184
507,877 507,877 0000000000000000003802892b83cf859e5e55cf01eeaa8f505051f9b666b6c4 838 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.