Loading Tool

Explorer IconExplorer

Memory Pool

77,136 transactions
30.45 vMB
0.11008899 BTC
Random Selection Loading Transactions
Max Size: 181.40/200 MB

Candidate Block

Mining Attempt 6f91076934ba924f214ea14bafde01da1c0dde68c1033d955fe13c2da20115a5
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 82ed4f9ac133b1a9193a12b820f6496897f759d8542fc961d15b2ca1ebe4d5dc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,468
Size: 1.00 vMB
Total Fees: 0.02924115 BTC
Feerates: 100.00 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (74,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,187 841,187 00000000000000000001151f69a82a9fc9db6a6279df00316ea6428ea624a624 2,923 1.00/1.00 vMB 26
841,186 841,186 0000000000000000000045af6b45e23bf2aa52bf097a942ecbed59caddf8fbe7 1,598 1.00/1.00 vMB 26
841,185 841,185 0000000000000000000254e56516679faeba719af355ff096072461e19bb7ac2 2,037 1.00/1.00 vMB 26
841,184 841,184 00000000000000000002172f7f05eaa5d9a5a9d2d6ac9187d93a4e3f3b1107d3 3,438 1.00/1.00 vMB 28
841,183 841,183 0000000000000000000228c3f4893b8945d0af6f0ca8beb94965c959db420734 2,355 1.00/1.00 vMB 28
841,182 841,182 00000000000000000000200e767c1456f3df841fdbf229e7e43db8c69f0d500c 3,780 1.00/1.00 vMB 32
841,181 841,181 0000000000000000000218ddb9e04b9716da1de8ec16a907702366bb63d09bed 2,881 1.00/1.00 vMB 33
841,180 841,180 00000000000000000002cb1010e6d355b3f85057d6e27590163ef1a1e3b3bf32 3,287 1.00/1.00 vMB 34
841,179 841,179 000000000000000000032676dd7c995ed6a3171688715375587007d6264f1aa4 2,036 1.00/1.00 vMB 24
841,178 841,178 000000000000000000021e083e2301a3ff25b5e7f9f4d1cd554c839a1df338d3 3,457 1.00/1.00 vMB 30
841,177 841,177 00000000000000000000459506a1e2260da55c8b488085e19869ca92d7d8ee5a 4,190 1.00/1.00 vMB 31
841,176 841,176 000000000000000000000cc77095f4ace4cf84ccd781cb34c11f4bb1ba60d33a 3,879 1.00/1.00 vMB 26
841,175 841,175 000000000000000000020cf91409e231de050bb2e4473e086ef42797766d4a6e 4,348 1.00/1.00 vMB 48
841,174 841,174 00000000000000000000f39cfa4314ddb259a394b75da3ddacc403d1912c0857 2,872 1.00/1.00 vMB 25
841,173 841,173 000000000000000000025888ce9a0c335bece5e82f29248e4c6cb9f713f05f21 5,051 1.00/1.00 vMB 34
841,172 841,172 00000000000000000000ca56a334b8b4d7132360c6b6476c1a752b9e71dab52b 3,416 1.00/1.00 vMB 31
841,171 841,171 00000000000000000001d64c6bdb7634948458200ffbadce0ccc1b5c82a35bb8 4,650 1.00/1.00 vMB 28
841,170 841,170 00000000000000000000dd362bd258856412e2692e4aed2b57c2120804c3619b 4,313 1.00/1.00 vMB 33
841,169 841,169 00000000000000000000605a0b28712f1fe0fe2713e73e1fe720c77e6b13b97c 3,900 1.00/1.00 vMB 45
841,168 841,168 00000000000000000002f1fd371a0b1cb1805f1185aa29ee2cb928e1777046d2 4,416 1.00/1.00 vMB 60
841,167 841,167 0000000000000000000240aba3629247e3afbb3369cf47964349167f054d8b0b 4,668 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.17 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: 749.56 GB
    • Received: 18.82 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.