Loading Tool

Explorer IconExplorer

Memory Pool

14,664 transactions
6.84 vMB
0.01730570 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.21/200 MB

Candidate Block

Mining Attempt c13b9b07ac6db6f4bf377c3ae8076e9b131125d9a5fd0e8c10454fd6dc6f3634
Version 20000000
Previous Block 000000000000000000018334698b3f919b91679f9b8aa9a5b7a32751b5feadf4
Merkle Root e389a9bff29e41370ee0a7dbdf37212aba972d5aaf999ef86579a58082bd7ab8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.00439325 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,441 (694,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,137 219,137 00000000000002b85092fc384e74725af59a8b531832be7edacac580d31fd6b9 266 0.18 vMB 61
219,136 219,136 00000000000001b539111417a80a7b5754f5e11397d04dc57acef8710bc4d68b 881 0.25 vMB 328
219,135 219,135 000000000000011d8e4c857771033434790cab12a16da7c7935bc03ddcf95312 402 0.21 vMB 79
219,134 219,134 00000000000004e82c7828814246835a890147760355eefce65079852550738a 570 0.30 vMB 185
219,133 219,133 00000000000002c09600701de86228b264953957ecad3c74cb092eb1b9663ba7 740 0.25 vMB 294
219,132 219,132 00000000000000d42f4e221c4d6d4cd401fecff1ae508da9e30b7c52c87ed5dd 112 0.05 vMB 14
219,131 219,131 00000000000003917122572b6f1601868e1815b803bcec88f2d2e4d1929b18a8 682 0.25 vMB 287
219,130 219,130 00000000000000426f3ccd33ce054126f47c9561120dcc139abc54bfbfb01299 734 0.25 vMB 234
219,129 219,129 000000000000024e08d5463ed68e5a093f86680656bb33096e2821f9083d14f5 556 0.32 vMB 343
219,128 219,128 00000000000003839de8a8b08a56bf0e5597b078e35bf130b23fd4c5cea128b1 28 0.01 vMB 171
219,127 219,127 00000000000003d4071c84a4130d87b1bfd69789ea4baa031add509c4b858a22 409 0.17 vMB 245
219,126 219,126 00000000000003c48d4fedb97205b2a70a3fdf828c1e17505b564bbf72c9eff2 229 0.12 vMB 246
219,125 219,125 00000000000004e7b8859f0020e4476719958f97020b9a971d2247fb5ce39c77 218 0.10 vMB 231
219,124 219,124 00000000000000a3a38dc0ec9c7e32a4327d54373270be762a7dd4099cd183b2 276 0.12 vMB 175
219,123 219,123 00000000000004ecfac9d012dd5acef2d55e4b6cfa507923063d2ccfed9a73a2 149 0.07 vMB 189
219,122 219,122 000000000000038bb94b838ecafad81ce63d56c7627da0f2f5f699ecd98e73a8 108 0.04 vMB 128
219,121 219,121 00000000000004efb59640c2ce95bb559c435747ed03787d207eb51ff6fcee06 12 0.00 vMB 141
219,120 219,120 0000000000000139c4b0dec8f2cdaa359634e99145e8175aca5e614347b28a96 392 0.18 vMB 209
219,119 219,119 0000000000000119e6da2e305932fa5573b505780cd2ebaf33f631f7a5dae501 324 0.22 vMB 50
219,118 219,118 000000000000040fefd6905eca36e9a17811fb0748200b8b9349787a2bf238e6 580 0.26 vMB 323
219,117 219,117 00000000000003aa5b701b4453008b5789eef59b06e2a2a6b5e0b7b5d2cf2f80 127 0.05 vMB 14
Previous 10 blocks ↓
Total Size: 779.64 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: 304.08 GB
    • Received: 1.39 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.