Loading Tool

Explorer IconExplorer

Memory Pool

81,505 transactions
31.63 vMB
0.10481464 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt 58b65dca1e716af2f9c9740f2c48dca8aba4ed256987c4287260f4b7ce373e4f
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (442,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,923 472,923 0000000000000000011f2ed751d074a4d7cb4961f8feb561ce84f524c64f82a7 1,273 1.00/1.00 vMB 317
472,922 472,922 00000000000000000178fa86f01d833ffa83a09e0be65fb9fe903291e9713680 266 1.00/1.00 vMB 360
472,921 472,921 000000000000000000a78969942cc4ebf9ed438823af3ca26c9eb0a707883734 1,033 1.00/1.00 vMB 376
472,920 472,920 00000000000000000164c7087db9003de25ea757957d9e8c5ee7fe00c09011d9 552 1.00/1.00 vMB 366
472,919 472,919 000000000000000000049a274085e1d52a843e5a21c5e91257f1ed62f2894a5e 1,013 1.00/1.00 vMB 378
472,918 472,918 0000000000000000007fd96efdb5e28d208aba4410e4acf2edf5e1ed66971907 2,072 1.00/1.00 vMB 371
472,917 472,917 0000000000000000016c601c04a619ed4ae7b023f3e7a92d3aedf85e4819dd5d 1,852 1.00/1.00 vMB 140
472,916 472,916 00000000000000000149f440ef0439b1b8878efedb8816cfef2eae0fbd71063e 2,056 1.00/1.00 vMB 263
472,915 472,915 000000000000000000e18aa73516bee5ce2867fe2daab9ec1284525ca50a04b9 2,214 1.00/1.00 vMB 196
472,914 472,914 0000000000000000008e9229d6ea67895ea7c244291c74c8c8f437eac8628765 1,871 0.93/1.00 vMB 352
472,913 472,913 00000000000000000181f2b15d002d62c0fd15b3deafeda9f36e7bb3847ae5f8 1,927 1.00/1.00 vMB 41
472,912 472,912 0000000000000000003ac797710843d6c6be09b93f590abda03dcf2f75b5df53 1,871 1.00/1.00 vMB 204
472,911 472,911 00000000000000000030ca7a9236c5c2193d74edcb00dd9c045e34810c32afd1 1,663 1.00/1.00 vMB 209
472,910 472,910 000000000000000000fbf1cf94e3018459d9699bf4540af63d150d2f70df5179 1,763 0.87/1.00 vMB 294
472,909 472,909 00000000000000000056e8e7a57b71e5c103919396794f36bf09db31fefb6998 1,331 0.67/1.00 vMB 314
472,908 472,908 000000000000000000a97ae56e81cf871b8c5308bf50f28bcb59118a3549ec60 2,190 1.00/1.00 vMB 121
472,907 472,907 000000000000000000e66fd9649a4b82036d250d6c8c4e1e36e078e993677ad7 1,735 1.00/1.00 vMB 341
472,906 472,906 00000000000000000041cdd289d781ed440e0f409b4279a25d0634b2b4c491d7 2,038 1.00/1.00 vMB 96
472,905 472,905 000000000000000000137546cfa489a851976e308c79a9d8a989dcf5bb35bbad 2,167 1.00/1.00 vMB 360
472,904 472,904 000000000000000000fa8ad539773f08288d2a82f9b5036733ba479552a9a755 2,004 1.00/1.00 vMB 100
472,903 472,903 00000000000000000134179f8dd4b1a34b14330fdc3e09ac189ff298aa18d856 2,239 1.00/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.