Loading Tool

Explorer IconExplorer

Memory Pool

75,719 transactions
30.61 vMB
0.09341565 BTC
Random Selection Loading Transactions
Max Size: 175.48/200 MB

Candidate Block

Mining Attempt 19ecef061fcf14becd1d35c9044b05da9c5ad1603cc339d64878bb2b5774079d
Version 20000000
Previous Block 000000000000000000011482ebae814e70a9f8e811d6292cccb75fcfef31b0cf
Merkle Root 14616f7129b4abcfb9731f932f0241e288adb8a542dc63eb499e6d5d3eeccad0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,743
Size: 1.00 vMB
Total Fees: 0.01867716 BTC
Feerates: 265.25 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,055 (365,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
549,368 549,368 0000000000000000000626268506d835d2e9811db421fc95e2caf41b4144046f 2,445 1.00/1.00 vMB 17
549,367 549,367 00000000000000000022c505b3ecc33ef19249740c5fbfc151eb4b42f647fcfc 2,813 1.00/1.00 vMB 36
549,366 549,366 0000000000000000000fbcdc5ef66becefe03cef14f2e69d98607b2edea4322e 2,476 1.00/1.00 vMB 28
549,365 549,365 0000000000000000001a75a93cbc1d9df1f82d7aa10157d2e60ccc5f2529cd36 1,933 1.00/1.00 vMB 14
549,364 549,364 0000000000000000002683b4fa6487955ddb0439357561c02ff9c7c2a3f16c29 2,115 1.00/1.00 vMB 10
549,363 549,363 0000000000000000000a75d6f0f925dd50380b9cf51d41abd4dcb3b9e3fa4f3f 1,620 1.00/1.00 vMB 14
549,362 549,362 0000000000000000000484cd85d4ed44ab2b2570d4324b28515278a0c8cb300e 2,027 1.00/1.00 vMB 14
549,361 549,361 00000000000000000020b281e42cb2533a65235ae104904549a44d3cf80ad9d0 2,627 1.00/1.00 vMB 21
549,360 549,360 000000000000000000039acfda7d06d66352e40ae87f5cb832158a64931c6e5c 1,765 1.00/1.00 vMB 28
549,359 549,359 000000000000000000087db25eaf8f6d6ec20d42fd7ff558cfd5a704d5fc8f8e 1,482 1.00/1.00 vMB 11
549,358 549,358 000000000000000000215537e5be6846daee25618c0e285d5dec462b3d1cd7d4 2,050 1.00/1.00 vMB 25
549,357 549,357 0000000000000000001357675e5d81e0f8c843ed1262b94312e9aab568fc0357 2,002 1.00/1.00 vMB 12
549,356 549,356 0000000000000000000023698a1bfd02a221ed2bcc832c9ee2a4fc50e16384db 1,722 1.00/1.00 vMB 16
549,355 549,355 00000000000000000023fc8fd8721bc6fd0fff676fdfc340544594f67ec8463d 2,565 1.00/1.00 vMB 46
549,354 549,354 0000000000000000001d9f332f2fc8c1e1f7667b2255ba28ed804dd1b6002fa4 2,052 1.00/1.00 vMB 17
549,353 549,353 000000000000000000258f9bc0306ef9d853d4a0b7b178c6238da780e7b3d651 926 0.42/1.00 vMB 17
549,352 549,352 0000000000000000001e46469bdf0f100d6b6f83d93a81c1985f92f3e923cf68 2,211 0.99/1.00 vMB 16
549,351 549,351 0000000000000000000cbd1bbc693ac60695fb38274ece90e06b3480d09ab2a3 1,519 0.73/1.00 vMB 4
549,350 549,350 0000000000000000002228edded3c5ed11eabfcbc468539b57f02c66d5493096 1,784 0.58/1.00 vMB 23
549,349 549,349 00000000000000000005e8c26d11603591e3402372b952f546f3bf3f3a811560 2,308 0.96/1.00 vMB 11
549,348 549,348 00000000000000000000de871db3291f1135cbc853024c1da83c489ab33bac9c 2,171 0.91/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.49 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: 668.25 GB
    • Received: 15.45 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.