Loading Tool

Explorer IconExplorer

Memory Pool

25,030 transactions
12.29 vMB
0.03510232 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.12/200 MB

Candidate Block

Mining Attempt 146f0bfbc3cd2eb5149c2d38070f6824f70f21b13f82bfc73bd27492d642119b
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root 0745814c26dcec63e6e32c490913760ed3096af1c395488ee68bc95f1e9291e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 0.99790525 1.00 vMB
Total Fees: 0.01252398 BTC
Feerates: 29.85 > 1.26 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (780,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,285 133,285 0000000000000ae015610b0347ac923d5cbf8e7b323a48e16cff6d6009a93606 14 0.00/1.00 vMB 342
133,284 133,284 0000000000000b58aecaaf9b0c26b950ca2e9ddd690361077eafe861979d04a9 142 0.04/1.00 vMB 176
133,283 133,283 0000000000000ad60bf92c23504009a1e2bd658fa4544d6c29cb5cca346fb3a0 34 0.01/1.00 vMB 870
133,282 133,282 00000000000006d0ba290e5ef0d0049a97bee4096b7e6e18931a245d5c6c6092 76 0.03/1.00 vMB 558
133,281 133,281 000000000000070a790e351eaa538886b758e32bf3510dc74da971f956d957bc 82 0.03/1.00 vMB 952
133,280 133,280 0000000000000b34398ef588ffa5a78ef2f118f59fc9749dd4e024cad7c196ec 19 0.00/1.00 vMB 854
133,279 133,279 000000000000031e31d37e7bfd2d134523bc9c432c716fe15d8eba82bfa47308 318 0.08/1.00 vMB 14
133,278 133,278 0000000000000aa0557a3d7eed3edbcda722738f2095df1a5dae59e71c4c7491 69 0.03/1.00 vMB 138
133,277 133,277 00000000000009c2e5a63023999f38573fa2fa498fb631a26fdd4d732e3af04f 6 0.00/1.00 vMB 3,030
133,276 133,276 0000000000000a8626f5bcb3786464c2609d3bf8ccf13672fc60efa329a5edc9 41 0.02/1.00 vMB 516
133,275 133,275 0000000000000a88187124c8419e270b4f0a3a72dfa1c329cd17bf7e8b7f47e5 186 0.05/1.00 vMB 61
133,274 133,274 0000000000000783759e911030dd520c4649f28698cd13ce5a70101221f21887 153 0.06/1.00 vMB 353
133,273 133,273 00000000000005c03bb549271b15a404080393318964af54fb6195726e822760 22 0.01/1.00 vMB 659
133,272 133,272 000000000000083fcf6dafba71b9b46e0db328d289623c81c2a64db2ff150f97 65 0.03/1.00 vMB 930
133,271 133,271 00000000000004cc2b6d04605180e660a1f27dac6da31ba71ccbd486ac64d1fe 8 0.00/1.00 vMB 39
133,270 133,270 0000000000000003b8e77b4cfa4ff822472bee4a272d445c61672a2988d8d0c5 17 0.01/1.00 vMB 664
133,269 133,269 000000000000088946697548d669357fb35b4522f61bdf8796e9fda526c9d0a8 123 0.05/1.00 vMB 404
133,268 133,268 00000000000005aeed7d82264c6acd20724e0e40c328ad4fed67f8d96d7905dd 164 0.05/1.00 vMB 47
133,267 133,267 0000000000000a6b951fa8c323ce8cfdf9aeeaccef17b397effef731750036aa 51 0.02/1.00 vMB 996
133,266 133,266 00000000000003bcffae31e52c1e1ada4f58de58c16d3a6d2fd8e19d115387ae 19 0.01/1.00 vMB 331
133,265 133,265 000000000000033ae75d132a5043449b34bc74ab838f8ad7a665af6f2625abb4 31 0.01/1.00 vMB 326
Previous 10 blocks ↓
Total Size: 780.00 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: 477.46 GB
    • Received: 3.09 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.