Loading Tool

Explorer IconExplorer

Memory Pool

42,001 transactions
31.76 vMB
0.09446432 BTC
Random Selection Loading Transactions
Max Size: 159.29/200 MB

Candidate Block

Mining Attempt 16a06e0e5fe92c20eeac37343d2baf5242444492ea0598f9e097da60e78edb29
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root e96eacb4e35246e043b3b3ec4ede0d8a9d96391b5017ae7d55e7b1c10accd1bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.02872669 BTC
Feerates: 401.97 > 2.88 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (730,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,416 184,416 00000000000006d95f7bb13c322d499b0a7397c0feb243e5a185dbd5e8d1509f 650 0.25/1.00 vMB 133
184,415 184,415 00000000000007b79fd5ba6622a614f4b47daaeabb2e40532908517a7e3e83b4 14 0.00/1.00 vMB 44
184,414 184,414 000000000000071887d2d96a836ed65b7d3d2aae9deb4a7002bb61268ce072df 11 0.00/1.00 vMB 17
184,413 184,413 00000000000002f3230761c0bc2f6f3a5faccccea7aaabdccf03ecb05e2e26aa 10 0.00/1.00 vMB 0
184,412 184,412 00000000000007c8eba6526e740dd32ba9ad2506d4bd86e92504a67c66731ac1 642 0.26/1.00 vMB 133
184,411 184,411 00000000000000a8a6940a13291e4045c80df72e3591de731256fd4849319376 609 0.25/1.00 vMB 124
184,410 184,410 000000000000097b13f9f098d08019c0e2e39f05960fdf800e1071687252bc4d 129 0.05/1.00 vMB 80
184,409 184,409 0000000000000757614699e11a456e3d2fb276a53faa520f72561b22819d22c5 1,024 0.27/1.00 vMB 195
184,408 184,408 00000000000007581bb16da30904fe14b4eebfb326dfa3278c70ef150fcd6a8d 544 0.26/1.00 vMB 182
184,407 184,407 00000000000002629459b955818e6c8bfb1079298341392c45072321a9c23472 130 0.05/1.00 vMB 68
184,406 184,406 00000000000008c0ab423a75dfb29cf928d9ca5755528fae5b13c0177e1f2656 76 0.03/1.00 vMB 54
184,405 184,405 00000000000004d91b4dd452de2239b65f5847c0cc2f867da142f128acf05963 71 0.03/1.00 vMB 425
184,404 184,404 000000000000055f327705a5b8ed12192763a641af37ec9d6b97fb7bd49a6a4b 7 0.00/1.00 vMB 297
184,403 184,403 000000000000066930aefb95e7ff55034ceabb569a7e5aca1257fa3920933f84 1,024 0.37/1.00 vMB 180
184,402 184,402 00000000000003f789f8bbbe8ffa049661ce1f399b48c245ccc7df96a04d4210 8 0.00/1.00 vMB 0
184,401 184,401 000000000000096eedf914b1311cf709077acf5caec03f624283411d3a1c6d88 582 0.25/1.00 vMB 138
184,400 184,400 00000000000009fb73e6b4ee417cff3534ab9e613c8bef249cce639ac3948b70 114 0.05/1.00 vMB 128
184,399 184,399 00000000000001a06ee34d22b37e37c3a94dc60d8222ec707368e208ebd2512f 88 0.05/1.00 vMB 88
184,398 184,398 00000000000006811c9afeb4d5bb0e4ca9f7795678f37390253cd414e62d1e43 630 0.25/1.00 vMB 151
184,397 184,397 000000000000078aeeb995a1c953ec24704ae86901c76a847f05e8a55dcffc74 117 0.05/1.00 vMB 286
184,396 184,396 00000000000005a6334ff20aeb02099d6c57f0c760edb79ad0c09b67d4bc078f 108 0.05/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 781.62 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: 624.86 GB
    • Received: 11.57 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.