Loading Tool

Explorer IconExplorer

Memory Pool

27,734 transactions
12.45 vMB
0.03909538 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.17/200 MB

Candidate Block

Mining Attempt cc5463ce416747d00822e3dbc13242fffc0e64849a17e850d2398266b1cf4b09
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root ded3812b59823960d8650fe9dc5ca830b11d60f4be8ca036c42aff2a0c0621c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 0.99798275 1.00 vMB
Total Fees: 0.01794679 BTC
Feerates: 99.70 > 1.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (701,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,082 212,082 00000000000000b4517be7a1d8cc9283e1b18db6b9602abc94eb2b1ef7ef4e84 142 0.05/1.00 vMB 17
212,081 212,081 000000000000025612fe6d883e1d43826bf7e09963c0c410037a9841b586fe30 547 0.20/1.00 vMB 273
212,080 212,080 00000000000000c8a77b31d2fab104e3580561c578c1efa754df0af70dd8ad4f 819 0.41/1.00 vMB 187
212,079 212,079 00000000000002cca2cbe33afa7cb1ae2c401358b7c1e943ea1967984340992a 442 0.21/1.00 vMB 148
212,078 212,078 00000000000004cb63dcf2269ed50c94d2380037d51d716fecf3cf7e61e9fac5 615 0.25/1.00 vMB 191
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 613 0.25/1.00 vMB 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 618 0.25/1.00 vMB 216
212,075 212,075 00000000000004ddb3722b47df4ba88745299fb61fbceb84e1a512bf0362322a 297 0.11/1.00 vMB 175
212,074 212,074 00000000000000e41acb7b85d1b9756a95eb43cee8b14263a2460e7a95e0dd26 348 0.13/1.00 vMB 286
212,073 212,073 0000000000000185fd503de750202edbc91f8ecdab3ac76d7a2783cea9230c39 38 0.01/1.00 vMB 293
212,072 212,072 00000000000002383d6d306720346d107bd44e0bc1445b882f2c7050e3880ddd 325 0.14/1.00 vMB 241
212,071 212,071 000000000000010a0dce31b3d46460364c990c31eab5658ce691514c21607388 69 0.03/1.00 vMB 560
212,070 212,070 00000000000000c0d9465411b7a1eee5a31222b421c6ddde1d931cffa3f2f678 135 0.05/1.00 vMB 208
212,069 212,069 00000000000003d8ce8f806484bc6a6a9af95816cfecd1e9e52f3b6f0e1099f2 172 0.07/1.00 vMB 188
212,068 212,068 00000000000001239b87f0637c14d79290719af7809aa5e23289d9f570c03618 223 0.10/1.00 vMB 224
212,067 212,067 0000000000000355b7fdfb35d55269704f4a311ff63347863d79cdff269aa43c 227 0.09/1.00 vMB 179
212,066 212,066 000000000000034683151bed3b2212fb2ebca54656a4e38febe792246c57c671 102 0.05/1.00 vMB 264
212,065 212,065 00000000000002777d3e64abe4f1f6fa465967b168d571e565b46b684f9cbb3d 80 0.03/1.00 vMB 274
212,064 212,064 00000000000004de39fcbbce09b6fd23e620014b426972b9fc36ab627e6cecaa 98 0.04/1.00 vMB 161
212,063 212,063 0000000000000040f4008dd4316b18de0f39a06d48bcb1d00517c680b54e61df 102 0.05/1.00 vMB 117
212,062 212,062 00000000000001117400cd81cdbebb4b825a53d6d6b87cc2ea8d130020c0c3cb 98 0.04/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 780.07 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: 490.33 GB
    • Received: 3.37 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.