Loading Tool

Explorer IconExplorer

Memory Pool

26,119 transactions
6.04 vMB
0.03684386 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.58/200 MB

Candidate Block

Mining Attempt 76440cf7bda2cafeb87e48c8821837b6b3e1baf2594c7beee3dec73fc06f600b
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root 7f9a63f101e3ef19a48fb9180eabd0f4ff43a792c8c7629bc284dcb1ab8953cd
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,077
Size: 0.88 vMB
Total Fees: 0.02324402 BTC
Median Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (701,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 613 0.25 vMB 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 618 0.25 vMB 216
212,075 212,075 00000000000004ddb3722b47df4ba88745299fb61fbceb84e1a512bf0362322a 297 0.11 vMB 175
212,074 212,074 00000000000000e41acb7b85d1b9756a95eb43cee8b14263a2460e7a95e0dd26 348 0.13 vMB 286
212,073 212,073 0000000000000185fd503de750202edbc91f8ecdab3ac76d7a2783cea9230c39 38 0.01 vMB 293
212,072 212,072 00000000000002383d6d306720346d107bd44e0bc1445b882f2c7050e3880ddd 325 0.14 vMB 241
212,071 212,071 000000000000010a0dce31b3d46460364c990c31eab5658ce691514c21607388 69 0.03 vMB 560
212,070 212,070 00000000000000c0d9465411b7a1eee5a31222b421c6ddde1d931cffa3f2f678 135 0.05 vMB 208
212,069 212,069 00000000000003d8ce8f806484bc6a6a9af95816cfecd1e9e52f3b6f0e1099f2 172 0.07 vMB 188
212,068 212,068 00000000000001239b87f0637c14d79290719af7809aa5e23289d9f570c03618 223 0.10 vMB 224
212,067 212,067 0000000000000355b7fdfb35d55269704f4a311ff63347863d79cdff269aa43c 227 0.09 vMB 179
212,066 212,066 000000000000034683151bed3b2212fb2ebca54656a4e38febe792246c57c671 102 0.05 vMB 264
212,065 212,065 00000000000002777d3e64abe4f1f6fa465967b168d571e565b46b684f9cbb3d 80 0.03 vMB 274
212,064 212,064 00000000000004de39fcbbce09b6fd23e620014b426972b9fc36ab627e6cecaa 98 0.04 vMB 161
212,063 212,063 0000000000000040f4008dd4316b18de0f39a06d48bcb1d00517c680b54e61df 102 0.05 vMB 117
212,062 212,062 00000000000001117400cd81cdbebb4b825a53d6d6b87cc2ea8d130020c0c3cb 98 0.04 vMB 84
212,061 212,061 00000000000001dec8da980f9be637e358547f35f3dbbcbca902f112dec4f233 122 0.07 vMB 109
212,060 212,060 00000000000000260cd040724116a964ef5b3811491184b6d868a33132e628df 210 0.07 vMB 143
212,059 212,059 0000000000000392cbca0d8762310f41a90993b349cd4c3bb05046f598a548b8 644 0.25 vMB 184
212,058 212,058 00000000000000a78bae3b6a126a5e19315beab31bb95880081c79abba674c07 300 0.12 vMB 164
212,057 212,057 000000000000031f4fb501a3921bf0ceaf405cfd3089c3ee5f4225a8a107bec8 588 0.22 vMB 231
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

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