Loading Tool

Explorer IconExplorer

Memory Pool

35,961 transactions
26.00 vMB
0.06569593 BTC
Random Selection Loading Transactions
Max Size: 132.95/200 MB

Candidate Block

Mining Attempt 848c6e00b0619f94c39f2a5ab0d6a49d13695fa49cb1a6da67f40fba39a12db3
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root faa493c9a95fc0268c33fef00718e200062366c107d27eca16a282c9bf03699e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,049
Size: 1.00 vMB
Total Fees: 0.01790108 BTC
Feerates: 201.13 > 1.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (339,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,048 575,048 00000000000000000029812d570f00a0a125f6adc30b930c0f7606b033146bb7 1,727 1.00/1.00 vMB 67
575,047 575,047 000000000000000000005a9cf15836ad36b44713b1e8b1872d8e4f63a87b000e 2,608 1.00/1.00 vMB 55
575,046 575,046 000000000000000000164d94d7c842126ccecdf5fbfae080f8d4f88446d8b5bb 3,026 1.00/1.00 vMB 54
575,045 575,045 0000000000000000000e33e16c20a4f89cae897406f70fd363e7777653ca2841 2,391 1.00/1.00 vMB 86
575,044 575,044 00000000000000000022cfa8ce41b8169836732a42945cb9d33198ac53165e86 3,388 1.00/1.00 vMB 63
575,043 575,043 000000000000000000146d8267dd69abe3a0d0c23d754458c72d474997ba7f54 2,546 1.00/1.00 vMB 88
575,042 575,042 00000000000000000015dcf74e478b9717e587e0cc9d150c5cf60fc356de221b 2,840 1.00/1.00 vMB 83
575,041 575,041 00000000000000000014c48d05ce9c8c2a45ce30a99ca8415e70dec84f8ae131 2,430 1.00/1.00 vMB 64
575,040 575,040 00000000000000000020a99e34c085ba3d9e70338f9da8c7f0f6102ef24e0b26 3,057 1.00/1.00 vMB 73
575,039 575,039 00000000000000000027c1ae99db2642e457e3393f1f247ee34dc4177c69a0f2 2,360 1.00/1.00 vMB 64
575,038 575,038 0000000000000000000fed275c80649660e763e676ac779b09c5d2db9e41e37f 1,479 1.00/1.00 vMB 66
575,037 575,037 00000000000000000025bd4b1256d17d81e5e7d8f0d0d346588c0862f9c18ea2 3,147 1.00/1.00 vMB 83
575,036 575,036 0000000000000000001107ad4e16c9e4ebf14088897fdd24623a6b246f006628 3,121 1.00/1.00 vMB 79
575,035 575,035 000000000000000000176e7d357054e2a08cbe054790a8fdcbaa53bf9db7ec02 3,280 1.00/1.00 vMB 85
575,034 575,034 00000000000000000002f2eca92074f1087973a996a260634faaccff1ee265c3 2,990 1.00/1.00 vMB 82
575,033 575,033 0000000000000000000f36bc6d0b3bcfae4ef0495087bec5f81e8c5f9963055b 3,311 1.00/1.00 vMB 77
575,032 575,032 000000000000000000246e6de18edb28f7bcfe1d9494933e90441545dfe27c12 3,484 1.00/1.00 vMB 77
575,031 575,031 0000000000000000001541e9e893e1f4983d0a1e070b77c765723e2fc2953331 2,937 1.00/1.00 vMB 80
575,030 575,030 000000000000000000163b78b69796be0f4810f699a84b464b774ccc391dccc9 2,638 1.00/1.00 vMB 100
575,029 575,029 00000000000000000003a18ba6d68b1bd4e866a930660651297512e48aeabd1d 2,987 1.00/1.00 vMB 74
575,028 575,028 000000000000000000096ccd9a6fe1d8257f52abec3ecf032d77e7260c4a7246 3,285 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.35 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.