Loading Tool

Explorer IconExplorer

Memory Pool

77,148 transactions
28.43 vMB
0.08852426 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt 477739ed89cc250766041fd49ca8141d5cd4459c5f432fac410f6e9d7ceef3e6
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root cc06a47868e58bc0b140a129df5747769e87705e75a47f750bfcf4618e71583d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,604
Size: 1.00 vMB
Total Fees: 0.02473779 BTC
Feerates: 477.45 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (424,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,463 490,463 000000000000000000a51a9b6fb6988313dd3520672e2ab1e0985b483e3b37a6 1,797 0.97/1.00 vMB 82
490,462 490,462 000000000000000000db61e843ae1342c853a38aeefddb8c033528326e52d0eb 1,189 0.75/1.00 vMB 36
490,461 490,461 0000000000000000004334ad28ee0dee01e478d1f430a3c074faca9b4377c766 1,952 0.97/1.00 vMB 93
490,460 490,460 000000000000000000744b72b1b90a22fd0f7927d94d8feab739c75ef237012a 2,189 1.00/1.00 vMB 158
490,459 490,459 000000000000000000642af48b48eff8a40715d6ea6ed91dabc627b6776b5cd4 1,326 1.00/1.00 vMB 347
490,458 490,458 000000000000000000c8e45ff9763320da162319b85f65e5f3ab7b16d5d1ed95 2,828 1.00/1.00 vMB 119
490,457 490,457 000000000000000000091a8f8320de0b04ddbbcefcc54b1e872e85255f57ba86 2,148 1.00/1.00 vMB 70
490,456 490,456 0000000000000000006e160b63d479c6904648eb4f696f2a34dcc70937e21508 1,240 1.00/1.00 vMB 12
490,455 490,455 0000000000000000006abbaef03a664763b025d6ecd3d8dbb12ad4d4b42f9d1f 182 0.06/1.00 vMB 147
490,454 490,454 0000000000000000007a7e5448914140d64af53d03889e4a397c9b3b13b56dd5 2,232 1.00/1.00 vMB 56
490,453 490,453 0000000000000000002c3c3ea7edfab06bc7a792651827f2604561a876372456 2,341 1.00/1.00 vMB 35
490,452 490,452 0000000000000000003a34381a3f5a1cde765149ba1604c3b714f033d7837358 1,914 0.73/1.00 vMB 242
490,451 490,451 000000000000000000e167eb5eee6325866e2fa9d086896d46f5e9053ff98e84 1,664 1.00/1.00 vMB 43
490,450 490,450 000000000000000000c4416a21362e41ee374bdecccd453e68cc127940b1197f 3,706 1.00/1.00 vMB 12
490,449 490,449 0000000000000000007da62427dfaf766eb885eb22d39608527ed5486dc61974 723 0.28/1.00 vMB 145
490,448 490,448 000000000000000000523dfd1eaeb363d8f219fe7c3291b1c90dc22c78bcc72e 2,071 0.87/1.00 vMB 22
490,447 490,447 000000000000000000a4e19bf947906c1176b47f97e230f415a63b710345f8e3 1,905 0.95/1.00 vMB 153
490,446 490,446 00000000000000000054d6d3fbdff169ebae89322a4851f7cc4d4c70990494ea 1,631 1.00/1.00 vMB 134
490,445 490,445 0000000000000000005d9844a7c78249ef7da3dcdefebff31937e0860e153762 1,682 1.00/1.00 vMB 94
490,444 490,444 0000000000000000008a9b04e8d1bb2317d5693f52cbf955a7b9b2d26f77cbcb 2,210 1.00/1.00 vMB 154
490,443 490,443 0000000000000000001226869de7057fa5a1d9a82a77e0aa9bdb17ae80a00b20 1,468 0.91/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.