Loading Tool

Explorer IconExplorer

Memory Pool

37,987 transactions
18.40 vMB
0.15281020 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.47/200 MB

Candidate Block

Mining Attempt f63b0ca4ff6977c3cacaff3b8547ba92dab08129fc163b628b3fb360860c2b98
Version 20000000
Previous Block 00000000000000000000926daeda5a782c2ce98296a630ce9671c72457592e4f
Merkle Root cccb83a2521fb189ea04d3113f72e4931baf413bb28d59260d6f561c1755fcd1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,473
Size: 1.00 vMB
Total Fees: 0.03382724 BTC
Median Feerate: 3.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,330 (726,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,201 187,201 00000000000002180dcf38a2c747de22a97fb548fc48412555118bed7e42ef1a 49 0.02 vMB 93
187,200 187,200 00000000000005976f66382caf10f1f4c2a7a256b1d2dc8efadd64353d3a47c1 215 0.06 vMB 25
187,199 187,199 0000000000000169b36839b1e43007148ec615b652241db600776c08982ed572 539 0.16 vMB 176
187,198 187,198 00000000000000587cd9018ee18a083fb575832c91befa35005d5eb15c23305f 15 0.00 vMB 15
187,197 187,197 0000000000000859901f858f07751392d27e0cef9c8a2e897fa8590a6059981b 10 0.00 vMB 294
187,196 187,196 0000000000000767fcf2b08e8763050fed4ad69c63c3ba38c3b24467719f854e 86 0.03 vMB 109
187,195 187,195 0000000000000003648b1a38db5fb431ddb6d81e15917f0a4c23a79a23f9d1af 158 0.05 vMB 173
187,194 187,194 000000000000000214f41095dd7fb46899056b9875729bd0b490a12e5a25b642 133 0.05 vMB 243
187,193 187,193 000000000000028791aa9aa3344da2096a29a0c921a748540b074965460d589a 295 0.14 vMB 122
187,192 187,192 000000000000047398f66076bd366d30a0c63576d218c7f5941425740519f3d7 91 0.04 vMB 89
187,191 187,191 0000000000000704437fd7772767cc33c9eeb3c460744b94b7a9c7beb3086066 32 0.01 vMB 399
187,190 187,190 00000000000008f446ba318eeb2b6cda1542f29d843a8e9923da2c0039ed0bfc 362 0.20 vMB 106
187,189 187,189 00000000000008e2d083f204036e030c3805a5aeec34ea40187ebc04eada9f2c 697 0.25 vMB 186
187,188 187,188 00000000000007b01495f600ecb2e19c0bc70f11c87de3e4a6685ceaa33f4f5d 10 0.00 vMB 31
187,187 187,187 000000000000038ce7ce39bdadce450882e7ccb47778cfc1d7cde028a10c8cbd 32 0.04 vMB 110
187,186 187,186 0000000000000865dd058e03fc69b90731cc8b84d99519ec6d789fa4bb0b8c0a 127 0.05 vMB 126
187,185 187,185 0000000000000584bf4b482b5668814b92be62465da97f767ec6f32e3d156e48 101 0.03 vMB 38
187,184 187,184 00000000000001dba0d3ecc0bfb2fceaebf26e00f7f06b76c779579155fb474f 170 0.07 vMB 162
187,183 187,183 00000000000002ad3df64878b41df749283231c10951e3a866ddb10bc86cd8d8 1 0.00 vMB 0
187,182 187,182 00000000000006ec6501eefd5a88d1750618a28a6689bf13f12a002624e5af1c 180 0.06 vMB 111
187,181 187,181 00000000000002ec1349486f6ae82172676278809db3b5729e6f9681f17eee2a 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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