Loading Tool

Explorer IconExplorer

Memory Pool

72,327 transactions
28.29 vMB
0.07097324 BTC
Random Selection Loading Transactions
Max Size: 171.12/200 MB

Candidate Block

Mining Attempt 7ab46ad49f24655784834a760e4fdaf202d2d6c51ba707e902ec06d75d6dff4d
Version 20000000
Previous Block 00000000000000000000643621fefdd8d2b8dbe2725274357827e4ba0a62f960
Merkle Root 2140664baf210fbdd6544f9bd293cb75f25eb13fc5476798b9398e1757dfab21
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,761
Size: 1.00 vMB
Total Fees: 0.00898772 BTC
Feerates: 85.21 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,451 (672,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
243,410 243,410 000000000000003b87ed956a2dc043fe9a3350e74c87a84bb3ff9d0b46979960 64 0.02/1.00 vMB 101
243,409 243,409 00000000000000ae8779c01327b801c47280f622053f89768ae8c6143245f156 359 0.16/1.00 vMB 174
243,408 243,408 0000000000000082269c949d72542a2bde417266eb544ad663ba515cd5f74b87 20 0.02/1.00 vMB 26
243,407 243,407 0000000000000010f3213d3c08e272d13f516441ef4ceb98cf1605e608fd209d 383 0.15/1.00 vMB 163
243,406 243,406 0000000000000076ddb70d08073385c644c0d4b0274075e191120e4ceddcb027 70 0.02/1.00 vMB 180
243,405 243,405 000000000000002a82bac06017210722d698619988ab04f7229da0e4292a9849 131 0.06/1.00 vMB 158
243,404 243,404 00000000000000782e404f1b951360a14844745a62ea67b351f51c6e00860f46 169 0.12/1.00 vMB 104
243,403 243,403 0000000000000066acb2dd4a738347ade87049223cf90ad704a0c314ed97b348 513 0.20/1.00 vMB 174
243,402 243,402 000000000000004c9a65236b8da3aacc8f2e4f8e204f7708ab180480e490b769 298 0.13/1.00 vMB 187
243,401 243,401 00000000000000703ab7d4729f2ff7b9f4335665ba99607aef7cfaacbe18802d 315 0.14/1.00 vMB 133
243,400 243,400 000000000000000accd2e0d1dcbd6e05a884b7baa8e564a3820a45c95e815041 527 0.22/1.00 vMB 167
243,399 243,399 0000000000000081cc5484939ad45f74ce1c8c64e7fbfdbf6033b8a3cc75b568 249 0.11/1.00 vMB 156
243,398 243,398 00000000000000ccd9784a5944d5b211663f5bc4dc4bb22fbb6492ad5182df07 356 0.16/1.00 vMB 164
243,397 243,397 00000000000000ac5c759191e4552fc066fca215043ff103fb80212b200dde7c 256 0.15/1.00 vMB 77
243,396 243,396 00000000000000da52b7872de941951fad5c610a6cd90960dcdc735c6cf151a1 689 0.25/1.00 vMB 201
243,395 243,395 00000000000000c19b0fcfd98b51d60ed56e68ac7d140a85cd595417055c5db6 326 0.14/1.00 vMB 144
243,394 243,394 00000000000000094f5a6d342390569f20f5363ab947fa1888bba06aa5defdc3 23 0.01/1.00 vMB 390
243,393 243,393 00000000000000022e97d90aa4fe12971433af98a258516597994484d20454d9 172 0.07/1.00 vMB 149
243,392 243,392 00000000000000b755eb83efad0383ef3974cc1fe6d6cfc6f5522b175a8b1107 73 0.03/1.00 vMB 100
243,391 243,391 00000000000000328ad8bf058d619f663556e753bb75bc1ebc4920d6c8155458 476 0.20/1.00 vMB 157
243,390 243,390 0000000000000031be952f87874ecd6785c0880272646ecc31fd63a70d81eade 85 0.06/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.18 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: 750.25 GB
    • Received: 18.84 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.