Loading Tool

Explorer IconExplorer

Memory Pool

76,283 transactions
28.26 vMB
0.09218949 BTC
Random Selection Loading Transactions
Max Size: 171.51/200 MB

Candidate Block

Mining Attempt fa5f7995bc4ef4d8927f5d8adf33c03eee54cb08563ea15a4ce22c55fad2c17a
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 4d0cd3bb8907bf22bb200ec69bdc9907016e5f428c0e4883766d8f264982f7de
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,590
Size: 1.00 vMB
Total Fees: 0.03021763 BTC
Feerates: 402.60 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (470,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,449 444,449 000000000000000001b1ded96d59eb4b199c32bbf50895879329df08d411e0c2 2,284 1.00/1.00 vMB 107
444,448 444,448 000000000000000001d7ae3db4303aaf3ef71c344f95f3bda2011ce1785ff5a6 1,943 1.00/1.00 vMB 63
444,447 444,447 000000000000000002af6257f9f779d3af66d670a5b5a99c6c5ccc34ae0cfebd 2,261 1.00/1.00 vMB 83
444,446 444,446 0000000000000000015c04a8fa8d96d3faa7026cbe7a4f0664246c9787c41303 2,746 1.00/1.00 vMB 76
444,445 444,445 000000000000000000fbcd588e693412a171813e33be3d9283afa71d156ebf06 2,200 1.00/1.00 vMB 91
444,444 444,444 000000000000000001bd7182a73fe4d107ea604f00ace11f1cb120cd2ad80323 2,072 1.00/1.00 vMB 81
444,443 444,443 00000000000000000036b45a027d2b38c6f0e95803db7de3296e4a0c285b312a 2,171 1.00/1.00 vMB 109
444,442 444,442 000000000000000002de4db875133bf398349d274f8f7a4542e83d896ac9888e 2,536 1.00/1.00 vMB 95
444,441 444,441 000000000000000002492b91a30f5ac53999ecae403cc6b85a714fb086d6c6e8 2,353 1.00/1.00 vMB 80
444,440 444,440 000000000000000003766a81991bed7db6580644917d6cf69ee3bd4896aa4c34 2,748 1.00/1.00 vMB 73
444,439 444,439 000000000000000001ac09b18a0fc0aa51599a0816253983c2728dd230aa85c8 2,247 1.00/1.00 vMB 104
444,438 444,438 0000000000000000019bef4ba63571fbc69d0622c71284a7fc88d189311e8f9e 2,804 0.99/1.00 vMB 73
444,437 444,437 000000000000000001f2645972f016de7e7b19a836694ca4ccaee007e93ea69c 1,458 1.00/1.00 vMB 74
444,436 444,436 000000000000000003780522cc5426c8024ecb60b55d00378629ddc44d4bd8a8 2,695 1.00/1.00 vMB 84
444,435 444,435 00000000000000000324e9201f05a1aee6792aa71f048f278afa694af1716553 2,497 1.00/1.00 vMB 75
444,434 444,434 0000000000000000031ca1f0c5313cc7cbbd40a21728520c7107735c913c7c04 2,598 1.00/1.00 vMB 84
444,433 444,433 0000000000000000013dea82d9016ac6a4a43cb7103b4aa80e2a7d46161d2fd5 1,819 1.00/1.00 vMB 108
444,432 444,432 000000000000000002f3c169a8fd075f3457420f1d723ff9e9dc04433b9bdac4 1,962 1.00/1.00 vMB 121
444,431 444,431 000000000000000000018930f9272f3ed41ec57543b05fdb3b96beac24a8127b 2,538 1.00/1.00 vMB 97
444,430 444,430 0000000000000000035aa711635a34e9c7d919a0e7b013f26270f013e62e7f04 2,460 1.00/1.00 vMB 96
444,429 444,429 000000000000000002538aeacd1e98483ca3eef0702a2e69ff679600d9f0f4e0 2,060 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.