Loading Tool

Explorer IconExplorer

Memory Pool

51,213 transactions
28.82 vMB
0.07656114 BTC
Random Selection Loading Transactions
Max Size: 155.03/200 MB

Candidate Block

Mining Attempt 4aafc26aac2b0cb9f2bbe1bbb4d7f7979f320453fcf11d74080aa0ab54f63976
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root a8c4ac5f45d6804e22c146a61015148c5a959e0daa9fb9397cd786ea412ffc97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,517
Size: 1.00 vMB
Total Fees: 0.02082445 BTC
Feerates: 122.12 > 2.09 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (411,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,382 503,382 00000000000000000046c6bc352f25435452b2e176f063af1947490daecd7d9d 1,922 1.00/1.00 vMB 409
503,381 503,381 00000000000000000001eac52b8984c83fac3a744390aba5d9216a0d694db978 2,757 1.00/1.00 vMB 443
503,380 503,380 0000000000000000000d11837b84b17325af557702680aeff401a207e53a113d 2,275 1.00/1.00 vMB 526
503,379 503,379 00000000000000000018d08c4a80480865caa0a8269a967bf59df57d5d5e73b3 2,657 1.00/1.00 vMB 465
503,378 503,378 00000000000000000089dd62af54a73ab1e738b81d1d6003b67c90ff299268c5 2,035 1.00/1.00 vMB 572
503,377 503,377 00000000000000000090142b0ac1587ffb51fa461a05aacbf128f094030b4b16 2,715 1.00/1.00 vMB 439
503,376 503,376 0000000000000000001e9f347f3b87e8c74a1f11888c1feabff3dd461c944456 2,341 1.00/1.00 vMB 453
503,375 503,375 00000000000000000045049bde91279f786f5733d12472d08a239f2526a171a5 2,385 1.00/1.00 vMB 497
503,374 503,374 0000000000000000002000c7a3de67c4006a80002bc2e099535af8ee0bc9c3cc 2,604 1.00/1.00 vMB 564
503,373 503,373 000000000000000000034c366f56c4866bbf8820081a14b071084698af193de8 1,720 1.00/1.00 vMB 478
503,372 503,372 0000000000000000008e2c73cbe586c965bae7bd75661563189e7b645e4eb24f 2,797 1.00/1.00 vMB 558
503,371 503,371 00000000000000000015f8a1d9e7c8cc33b77c507953e841e17da7b52ea0ae04 2,212 1.00/1.00 vMB 511
503,370 503,370 00000000000000000004b93932c2ac5395215a4d6704cdf5ba00268b917e9a45 2,719 1.00/1.00 vMB 568
503,369 503,369 0000000000000000001e87749971d088a6f05d7b3fddcd5bc7cd6d5364dd69f7 2,937 1.00/1.00 vMB 560
503,368 503,368 000000000000000000417618711b7b2e1963102d1900a45cdbbcc50a932098f9 3,134 1.00/1.00 vMB 526
503,367 503,367 0000000000000000008c802f2e34fd54bb856d68523c4c2b11e03a5704ff0812 2,453 1.00/1.00 vMB 591
503,366 503,366 00000000000000000034e4cfc2901458ac542bb857a1c9dbf1f8722be723fd2d 2,074 1.00/1.00 vMB 549
503,365 503,365 0000000000000000001de2d9a10e65b9b809689407efcfab0f72f725f8226b07 2,798 1.00/1.00 vMB 603
503,364 503,364 0000000000000000003e9c26b00ee96ef0fec124194d305de13f2c32d7b9b48e 2,798 1.00/1.00 vMB 556
503,363 503,363 000000000000000000414e1e9069a23ac79d2053e21a63ead5859ba5cb0e05f3 3,016 1.00/1.00 vMB 569
503,362 503,362 000000000000000000902b8a61cc91777ff44556a476254cc5a77a258cb96ba5 2,274 1.00/1.00 vMB 436
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.