Loading Tool

Explorer IconExplorer

Memory Pool

81,896 transactions
30.66 vMB
0.08452010 BTC
Random Selection Loading Transactions
Max Size: 187.62/200 MB

Candidate Block

Mining Attempt 0e52f36c833b23a5c41a4a0f352bed67613617bc0fa51b3622296be680ed0f09
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root dc2479c2a6341b75b312d1bb06606e9428075363ce574166fb1d0a1cb4965776
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.01533728 BTC
Feerates: 150.61 > 1.54 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (442,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,925 472,925 00000000000000000112878fd2db55237d17c674c852647f680c1845de751c8a 1,895 1.00/1.00 vMB 381
472,924 472,924 000000000000000000b5024da860cd1f3156d9d4e5ec9d77cd7f640368d43157 1,373 1.00/1.00 vMB 387
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
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.