Loading Tool

Explorer IconExplorer

Memory Pool

82,683 transactions
34.57 vMB
0.15705329 BTC
Random Selection Loading Transactions
Max Size: 197.09/200 MB

Candidate Block

Mining Attempt 1ab10bee41a9abb620a9bfe5b00f35db35a0a282f7d5469e15a5fa93ce603a03
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 61fc6e84c1e8762b105a36eb277f574a17a26d087bbf40e0121e80a130c8370e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,562
Size: 1.00 vMB
Total Fees: 0.03973282 BTC
Feerates: 301.60 > 3.98 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (791,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,093 124,093 0000000000002d855feb2bf95b9b8d37860381e62f69e2150dff825521472e83 32 0.01/1.00 vMB 554
124,092 124,092 000000000000351f661d40e361e48cd9b5e86ce8044b25b816a934eefa08486a 43 0.01/1.00 vMB 2,481
124,091 124,091 0000000000005c90ee3511ad0ae4a9b146ca7ad0c54778d72dfff3ec27ead7bd 10 0.00/1.00 vMB 609
124,090 124,090 0000000000004237dc594cd1ee63c800af29358da7054d9e599820799f99b6e1 11 0.00/1.00 vMB 0
124,089 124,089 00000000000060f183220d9f1f921ba38baa1a30ccd883b173cb04d1ff41f29e 10 0.00/1.00 vMB 357
124,088 124,088 0000000000001219181c4399926e5086d39775f4a968bb5c032e920e69b4d049 11 0.00/1.00 vMB 905
124,087 124,087 0000000000003206a6a226c9aaec0c313aa219118e6cb914543b5a0e58875805 29 0.01/1.00 vMB 2,207
124,086 124,086 0000000000000f08352edca83611aec9d169ce420c5d9b7412555d3eadd9cd67 5 0.00/1.00 vMB 226
124,085 124,085 0000000000004d0ba0a6da1ce628674d44097f215c6681c8ae2ab4873ed2aa57 7 0.00/1.00 vMB 669
124,084 124,084 0000000000001cd70bae9b67690bda09aad27edc399f92c339079712b7b2e9c9 35 0.01/1.00 vMB 569
124,083 124,083 0000000000006238fda67a9636f1ac184d2504495d0c8439ffa12b556f8dccd2 9 0.00/1.00 vMB 780
124,082 124,082 0000000000002264ea41abcb4a6992423e6dade9440b9b4429cffd402e92fa67 38 0.01/1.00 vMB 2,930
124,081 124,081 0000000000001556536ecf33fb272f752faa4ac881d0e0a972c430e1cf94aed7 12 0.00/1.00 vMB 522
124,080 124,080 000000000000382094148386f4ad746aad7122b06c64e87e51d8125e8eae4e5a 7 0.00/1.00 vMB 338
124,079 124,079 0000000000004c8b75e427585173b03905a490596cb01e66427b67f3adfafb54 9 0.00/1.00 vMB 1,429
124,078 124,078 0000000000002b4a960a1ede5f1acdc3bc42c58dd7fad281ab06867f5dfe5284 8 0.00/1.00 vMB 355
124,077 124,077 0000000000003ff4fe54834afb12521590f501b33269b45e4ebf211c2ff1822b 11 0.00/1.00 vMB 0
124,076 124,076 0000000000001c322ebe89a53dbc174a5a3ac8aab0b39755a82c4a7253cf3238 11 0.00/1.00 vMB 209
124,075 124,075 000000000000047dab3feed5a085a87cedfb338e169f7e39ebab98581f5ae84b 20 0.01/1.00 vMB 495
124,074 124,074 0000000000005b74bd295519439a8305932afe321e12ed64be2330058758e9d6 7 0.01/1.00 vMB 440
124,073 124,073 000000000000388f76c4662cea0519d41dce6b5a05b101735900160902e0ba86 9 0.00/1.00 vMB 335
Previous 10 blocks ↓
Total Size: 783.10 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: 728.28 GB
    • Received: 18.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.