Loading Tool

Explorer IconExplorer

Memory Pool

40,885 transactions
25.84 vMB
0.05102851 BTC
Random Selection Loading Transactions
Max Size: 135.00/200 MB

Candidate Block

Mining Attempt 4650ee28a7030343ba8827abd48ff9de013d68d0c5ada5b7fdd2b2374e52f95a
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root ce78eee6a8c2f8950fdb1010e85718d93b93d20860d6edc0ec2e1a055b19a499
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,467
Size: 1.00 vMB
Total Fees: 0.00413379 BTC
Feerates: 121.00 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (904,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,536 10,536 0000000009dbe8d1866a22463f424912679e9946f1a9c9659d1ffaa81043c0b4 1 0.00/1.00 vMB 0
10,535 10,535 0000000088ef3836b75087dc34efa95f6ae9728f013909dfe47736d6d1d0609a 1 0.00/1.00 vMB 0
10,534 10,534 00000000f0f5de02262920979749e238033b9fd3cd0a4e9c977306641a6eafb1 1 0.00/1.00 vMB 0
10,533 10,533 000000002c6b71e7e52baf45d0ed58aca5c637b2007433a21f993d781fe9407e 1 0.00/1.00 vMB 0
10,532 10,532 00000000aba119568a26c8901548381c6e847a7171e7567fbdf23b134ba2f908 1 0.00/1.00 vMB 0
10,531 10,531 000000001900f6bc29fd45bc6c99e79a1a8391500044e5614d4000666d94b5d4 1 0.00/1.00 vMB 0
10,530 10,530 000000007235af780170d74cbf994156ba7a0042a77aa1ec993576ec9b17ce5b 1 0.00/1.00 vMB 0
10,529 10,529 000000004efe71028841fbd3d02a78f47fd90b749ac9cac7e224e0a46f6e5450 1 0.00/1.00 vMB 0
10,528 10,528 000000004df827a4d02ae8fc825e4bea3b2473b3c008e6477e6515455983d422 1 0.00/1.00 vMB 0
10,527 10,527 00000000a683a7136c7e30858c9474f71197c7d40af82ef033914bb76fa59b2f 1 0.00/1.00 vMB 0
10,526 10,526 000000002bdc617af4f625762039d1c95ddac1fdd9e1e29a98d11c8109f440d6 1 0.00/1.00 vMB 0
10,525 10,525 00000000642cb8ea775872bbe530f2c9fdb42b4c5032f77708686bc3e204fd52 1 0.00/1.00 vMB 0
10,524 10,524 00000000be1adfd96612777e68bc31676caaf84316e04230ae0dd7965069db7a 1 0.00/1.00 vMB 0
10,523 10,523 0000000044391017851ab5022261c605a69b8f745413377352a5be89581568e5 1 0.00/1.00 vMB 0
10,522 10,522 00000000d8de941d20d20d577005b9f81fd5021f4fb79b80ee37f014b8989095 1 0.00/1.00 vMB 0
10,521 10,521 0000000027f0ce2047836bcb75a0000eb7744757d6e29a3d2505388c0a7568bd 1 0.00/1.00 vMB 0
10,520 10,520 00000000699119a6e5061ab24065db9eda22579a08b3150dcc504e17a0881f83 1 0.00/1.00 vMB 0
10,519 10,519 0000000028cb6bda4899118aab23ede821162f3f9042ea0e3791527d08bbe5e4 1 0.00/1.00 vMB 0
10,518 10,518 00000000413527df503e81c9504745cd8bc87ecf650d399cbc0695266be18c19 1 0.00/1.00 vMB 0
10,517 10,517 00000000c5d0c8a5e55a75751fc5c0bc572b1107c941f479c3005e308568144e 1 0.00/1.00 vMB 0
10,516 10,516 00000000257d0622833d7e25ae71c17f8e60e07ce9b71de5c94557f8d843f8d5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.