Loading Tool

Explorer IconExplorer

Memory Pool

78,469 transactions
29.37 vMB
0.08059140 BTC
Random Selection Loading Transactions
Max Size: 179.99/200 MB

Candidate Block

Mining Attempt 4d30a80b2ce5d9ee9e32d1ff8d68e46730ec220bc44ecb22d776dd779ac4f99e
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root d1f75dd6b5e4244e7b054bad71083f3955c1f2585fb41c4c1b5e82ddde778262
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.01619819 BTC
Feerates: 73.20 > 1.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (481,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,196 434,196 0000000000000000027d3efb6628a2ffd86a412436a4a44e8e457011b7fa118e 2,207 1.00/1.00 vMB 50
434,195 434,195 000000000000000000f4ead7396f0381219ef3745ba25455ef82671dde3998de 1 0.00/1.00 vMB 0
434,194 434,194 0000000000000000001665dc19cc817fafb03752a2550dc0bbb552c04496bd56 2,307 1.00/1.00 vMB 54
434,193 434,193 000000000000000001ecd055f975e9c8f4116ad434f6078d4cb1ddfae5f37fe5 2,235 1.00/1.00 vMB 86
434,192 434,192 00000000000000000265f287c6545ba19f4ef688eb42733a5225fcd5c736c4be 1,982 1.00/1.00 vMB 48
434,191 434,191 000000000000000003165cc6e502eaf8c5c6d637f5a175f66cb2a16b621e3083 421 1.00/1.00 vMB 20
434,190 434,190 0000000000000000034fda07bd069bc30ba5180c3b70e75438f090b9d8809498 1,472 1.00/1.00 vMB 46
434,189 434,189 00000000000000000087b172390df5a11d09ad896d7b26c0e7ea8cefa60b9f08 1,926 0.86/1.00 vMB 61
434,188 434,188 0000000000000000036c64180d73806deceae3dd7b86c7b534c481eee4c182af 1,651 1.00/1.00 vMB 46
434,187 434,187 000000000000000000d4cca57c3140852b5cb4b22f55133c0b4d257c31481851 1,801 1.00/1.00 vMB 43
434,186 434,186 000000000000000002feb327baac5dc388a17679717d1e75845cfa27816506ec 2,163 1.00/1.00 vMB 55
434,185 434,185 00000000000000000106f5bbf38476b20951240c2e4e91637c28f19e17d70443 1,967 1.00/1.00 vMB 48
434,184 434,184 000000000000000003398af2e04f9444c92c1ee5a48b6341653fcf54f4e6880d 1,696 1.00/1.00 vMB 38
434,183 434,183 00000000000000000148bc88d0ea0e61f5c91e085269e8a4c026279f6bf6efaa 2,631 1.00/1.00 vMB 64
434,182 434,182 0000000000000000006fc2c7485ea469c8e5b4528d2b22f301431fcb9c1c4bd3 1,343 1.00/1.00 vMB 51
434,181 434,181 0000000000000000001d91a8b750b5c7e5af151888349fa0293d3c4692c2abef 2,223 1.00/1.00 vMB 55
434,180 434,180 0000000000000000014e75bebe4cebd27e6392eb28cf9e457ee4399333a6e973 2,408 1.00/1.00 vMB 64
434,179 434,179 0000000000000000021befbe959a89e3b8ebce7cc4d412baa864e8ef9965a59b 2,682 1.00/1.00 vMB 77
434,178 434,178 000000000000000000165dacd8ae39607f90dc8133c96c263cd9e488d1557482 2,599 1.00/1.00 vMB 62
434,177 434,177 000000000000000003ac361b8c66d9c7a2e065c4db1770e305abe4697d00b93d 1,846 0.93/1.00 vMB 74
434,176 434,176 0000000000000000023db3c3f37d9342a750ea5e04a1fda3f029dd6c830e9402 2,693 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.81 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: 710.18 GB
    • Received: 17.04 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.