Loading Tool

Explorer IconExplorer

Memory Pool

20,557 transactions
11.09 vMB
0.02592424 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.28/200 MB

Candidate Block

Mining Attempt 6ba974b3f92b216869ce270c318525cf1a9114b6766fa8ece5f4086a6a0e88db
Version 20000000
Previous Block 0000000000000000000185fa36149acc5bd3bf4e4b77670932d138c1052cfd76
Merkle Root 155b901368898af0848f37954f3ea302295fdcfc94e412583a7347150bec481a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,019
Size: 0.99786675 1.00 vMB
Total Fees: 0.00812449 BTC
Feerates: 100.24 > 0.81 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,751 (638,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
275,515 275,515 0000000000000000e565c5ab0223824d87a90b1baf7cf1701eea8c49a69b9fcd 33 0.01/1.00 vMB 36
275,514 275,514 000000000000000218ecf9c7623e13483a7a7c2ec62c0ac7db2d3927392225e3 165 0.07/1.00 vMB 36
275,513 275,513 0000000000000002b96b98a9d3fa8e76ae0fe2f7bd60a614fdcff8c4587e58d8 403 0.13/1.00 vMB 34
275,512 275,512 00000000000000028b2b86c2e7008da96c9b69711b027dc4f2fdc8eaff36d9ac 420 0.29/1.00 vMB 21
275,511 275,511 00000000000000017f6d9218b56661fddcef1c476717bb4efacb1798eb45b68a 754 0.25/1.00 vMB 78
275,510 275,510 0000000000000002a81ec700871d97a1e47ee4aff3752520918fb92d4e394c1c 1,038 0.48/1.00 vMB 44
275,509 275,509 000000000000000333e47cc29f5996489903bdf3d6bc5cf48b311176cb08be2f 992 0.45/1.00 vMB 57
275,508 275,508 0000000000000001a10a9ff5cc9464ff312f9658f47438f954c7bf9442aeea2f 496 0.24/1.00 vMB 54
275,507 275,507 00000000000000020bbba48a4e437392616035b1c4307b932683b368cbc95dd0 31 0.01/1.00 vMB 27
275,506 275,506 00000000000000044ebd74585d838697d9f4062fa3e357aab234dbd5b7f91cc9 432 0.23/1.00 vMB 48
275,505 275,505 00000000000000032aeb9d83fb445d3ea9ed714f3a314af2e2731ddbddfa52e5 33 0.01/1.00 vMB 45
275,504 275,504 0000000000000000d7398e711624373441262442492ed69567db129a860450ec 119 0.07/1.00 vMB 18
275,503 275,503 0000000000000000c3b3d9c6f80e256c34d134be0ae70cc4121d548692e95696 422 0.18/1.00 vMB 68
275,502 275,502 00000000000000026d7bfcc46c97768b08d192a421dd40ac7a55fdb9fa9882fe 645 0.32/1.00 vMB 54
275,501 275,501 0000000000000001df141537436562453313f663fdeae487c9cb6a4cfb7507c7 847 0.35/1.00 vMB 66
275,500 275,500 00000000000000027554ba63540304f483c289ccecf9df8edb717bbfd23bd2be 108 0.05/1.00 vMB 19
275,499 275,499 00000000000000030ba3526dfc9755a35a3f0d4fff261274c8e43eded3b02e6a 641 0.34/1.00 vMB 42
275,498 275,498 00000000000000028eeeeb03fd3f81f97cb42ef54c8f6be8cfc1154bb03fa88d 381 0.16/1.00 vMB 56
275,497 275,497 00000000000000048e21f8dc2bfec3972f8e58a9a473a52d35d9800c2a4b8b8b 406 0.19/1.00 vMB 45
275,496 275,496 000000000000000322a258f0a5754627e4ff0b45d272f955ac86b648cdfa8d00 77 0.03/1.00 vMB 114
275,495 275,495 00000000000000026f369705b5771480a42b7a7a6cddecc9db5ca93fba573d90 259 0.12/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 780.18 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 503.91 GB
    • Received: 3.91 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.