Loading Tool

Explorer IconExplorer

Memory Pool

79,071 transactions
29.62 vMB
0.07413148 BTC
Random Selection Loading Transactions
Max Size: 177.71/200 MB

Candidate Block

Mining Attempt 495b04ad4ac9bf2b55a8226068e9a439173102800abf62484d20afdf3dc0930d
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root d62a7ed8a499abe6a077a6c72f2eab325ab33a054b8f6218e07962ab13ddb261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,061
Size: 1.00 vMB
Total Fees: 0.01390820 BTC
Feerates: 150.98 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (92,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,438 822,438 0000000000000000000421648f18e9bdfc7d1f9a186596b7eb464d1a0aede91a 2,554 1.00/1.00 vMB 124
822,437 822,437 000000000000000000025b204a75dbab085534c0cb58517de88396c23f95601a 3,745 1.00/1.00 vMB 139
822,436 822,436 00000000000000000002706d481470311902f3d171df20bad644d8381ff515f6 2,563 1.00/1.00 vMB 276
822,435 822,435 0000000000000000000024e53181a9002e385a309653d26577a09534b5aebbec 3,068 1.00/1.00 vMB 167
822,434 822,434 0000000000000000000039d49e28e1e4323aeb2431d5835a1b91d79495e82129 2,483 1.00/1.00 vMB 326
822,433 822,433 00000000000000000000bbac4c11a262933f2f4f659ea9b79371c135417916f6 1,531 1.00/1.00 vMB 114
822,432 822,432 0000000000000000000063212d8d6adda2c93e7d2ab0e7a7c51c5e6da732d04e 3,229 1.00/1.00 vMB 115
822,431 822,431 000000000000000000038111970d13e5a495d18251c092ac2a51093909e2a047 2,556 1.00/1.00 vMB 114
822,430 822,430 00000000000000000003ec5b3430f08ba33013b771ee4c155df81b0ce1ecf94c 3,145 1.00/1.00 vMB 216
822,429 822,429 0000000000000000000199974f72a079427e7f172230a79277d29f06415e8b94 3,264 1.00/1.00 vMB 156
822,428 822,428 000000000000000000034513c9f664a7551f9398ae445e3d42c3e34bc8d951b5 4,895 1.00/1.00 vMB 154
822,427 822,427 000000000000000000025c82ebb8af8f78180f9756f3e2cf25af7c0b12683e62 3,161 1.00/1.00 vMB 116
822,426 822,426 000000000000000000012c617711fb95fa0777297340027d01abe01ba4340671 3,009 1.00/1.00 vMB 158
822,425 822,425 000000000000000000028eb5352cf883d2c0aa38582951d61be183af8854f902 3,568 1.00/1.00 vMB 161
822,424 822,424 0000000000000000000297b3c2fd6c811acaa82f56e7ee40b01eaf5bee5e80b9 2,805 1.00/1.00 vMB 150
822,423 822,423 00000000000000000001e404f1792fc01b4224e26465ab16d6b5b0c64c340bab 3,296 1.00/1.00 vMB 224
822,422 822,422 000000000000000000039ed812280f9bfd41fa84fbf844f0b78bb5826abffdd2 3,041 1.00/1.00 vMB 215
822,421 822,421 000000000000000000019c63d6e9c32c064bf8ac2b34aba60f3e05f55db8c278 3,413 1.00/1.00 vMB 231
822,420 822,420 00000000000000000002088865449c4fafb0e05d498254429b7b71cd13ffb79b 3,649 1.00/1.00 vMB 270
822,419 822,419 000000000000000000036cdb6ef29a6992e4db4978ad9afbae7f2dc80a2b6cd9 3,661 1.00/1.00 vMB 294
822,418 822,418 00000000000000000000f218ceda7a5d9c289040b9c3f05ef9f7c2f4930e0123 4,336 1.00/1.00 vMB 184
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.