Loading Tool

Explorer IconExplorer

Memory Pool

19,447 transactions
8.85 vMB
0.07563179 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.24/200 MB

Candidate Block

Mining Attempt 76d4568be087e10237bfa9be2ec704f8683a8eddee3a87a95c085b29d18d1192
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root 3a3da07058e0a4e31c19de75817bf0be3badb37de61b26f53674ce1e9d90d9f4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,662
Size: 1.00 vMB
Total Fees: 0.05524610 BTC
Median Feerate: 1.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (741,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
172,144 172,144 000000000000098cf52fc3c41eb6664b686517998dab54a554742ae619d7c719 68 0.02 vMB 52
172,143 172,143 00000000000001837c7131c076b0c5d6d63d23370e2f9095ed2de54ff0bd5052 1 0.00 vMB 0
172,142 172,142 0000000000000290e4833e94df235418caabeb7e916546532746ee2f17215c72 61 0.03 vMB 235
172,141 172,141 00000000000002e871e09a2f08b8e7b4a5ab4a2cd822525c3cb7a68a0f96cead 34 0.03 vMB 28
172,140 172,140 000000000000068954b1f3ec60306868829f72262bfcca6fd72d188ecfb43e90 1 0.00 vMB 0
172,139 172,139 00000000000006b6a7050434966fa2e44e249785821340c5db35e5111945e09e 45 0.02 vMB 302
172,138 172,138 00000000000004d853b7e8cadf5f66c040a46a6385b5ae3ad06de5519b7a90ce 1 0.00 vMB 0
172,137 172,137 000000000000008af776f78410d16debecb172c99c0271510a57471f3cfe332d 33 0.02 vMB 11
172,136 172,136 00000000000009f54aa5334ea8b6baa55fc700d711a15e81ed802670ca6d7866 57 0.03 vMB 23
172,135 172,135 0000000000000746e4e3b36f593b2ec80c9eb7d4415a614f5a82416b0717fa49 52 0.05 vMB 92
172,134 172,134 00000000000001616e4f754385bfa1f6ab7313b1110d041a3a18df8304445013 37 0.02 vMB 23
172,133 172,133 00000000000007dc22a14226e6421aaedfe8be9a1ed32a26d8d6cca1229cb763 52 0.04 vMB 94
172,132 172,132 00000000000004340759303f4540ec587395132913364894642e53e50ae2bc79 41 0.01 vMB 247
172,131 172,131 000000000000086fecadf86a33172aafc22fc91a3c41903a627d4098646e8f02 30 0.01 vMB 38
172,130 172,130 00000000000003feea88e4801b454e9360f8e516dc41056623e24422ec31a942 69 0.03 vMB 17
172,129 172,129 000000000000027b7795e2610b92d55cb9330d64488099ec6c70c5831c467dfe 1 0.00 vMB 0
172,128 172,128 000000000000018e70ede407ce4d0105ceff6bed55910c3b88c3635e7e446159 83 0.04 vMB 44
172,127 172,127 000000000000049fa19b62a3ebf2140ea34003c5ad5e647eb3397d2897ac5e5e 22 0.02 vMB 727
172,126 172,126 0000000000000588879f1edc3d487ce69622aeafbacddb1b18da03f235676cd7 89 0.02 vMB 6
172,125 172,125 000000000000076afc42e36d245ffa25de170ad13bcfdb088182f3be68977547 21 0.01 vMB 34
172,124 172,124 00000000000000db614bdb6c2da4b509b41b552ca14a5c514372a599bb943ab5 50 0.03 vMB 50
Previous 10 blocks ↓
Total Size: 779.54 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: 245.96 GB
    • Received: 0.93 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.