Loading Tool

Explorer IconExplorer

Memory Pool

79,962 transactions
29.51 vMB
0.08804539 BTC
Random Selection Loading Transactions
Max Size: 178.91/200 MB

Candidate Block

Mining Attempt e8cdebbed37b0a8ab5344b01057cc4d546595f04e8a6777c972e2e33da980fd6
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root c219579d1b01e0dc7ed7ce96d7276f351c440d6cec797969cb1fbcfba9285ea2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,279
Size: 1.00 vMB
Total Fees: 0.02603803 BTC
Feerates: 278.95 > 2.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (553,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,204 361,204 0000000000000000000b23026fc07c596dd7593c323bb0b22e6240ec5777ade4 970 0.95/1.00 vMB 21
361,203 361,203 000000000000000014c2a01db05c3550db53b38e356ef7aaa750cb90478818b2 2,324 0.95/1.00 vMB 37
361,202 361,202 000000000000000011f9e40f62a65e958162b9524f66261040e2148cbdeead5f 2,220 0.75/1.00 vMB 64
361,201 361,201 0000000000000000130df40a025b12e2f33e88deb4545201e0b31c263da0776a 1,288 0.95/1.00 vMB 20
361,200 361,200 0000000000000000018e10327f68297af7757a8df5e8f25aae2c1e6211c19b0d 2,103 0.75/1.00 vMB 38
361,199 361,199 000000000000000010823a4354efd5b75f85245b86a9ccc32c2dbdd5104bac6b 1,274 0.75/1.00 vMB 90
361,198 361,198 00000000000000000c1b62e93a3394a8892a266892933af0c1512d8437586f1a 2,669 0.93/1.00 vMB 46
361,197 361,197 0000000000000000059ab5f2a4130a5c22a7e392046c836b120099650cef221b 2,462 1.00/1.00 vMB 35
361,196 361,196 000000000000000000e48c073e3761d58eaa5fe1e36bd1a174cd3514e4f0b880 1,032 0.75/1.00 vMB 22
361,195 361,195 000000000000000010834e1ec47f1e45b080ed6abdd8b78c18f44481a829d9fb 579 0.31/1.00 vMB 16
361,194 361,194 00000000000000000b7850d6d607f67e34178e9d49f4393f65e1da7807567e01 2,345 0.90/1.00 vMB 38
361,193 361,193 00000000000000000a6eced6dd36eed4a038791706a3f99e1a5fb5b6dce196ed 835 0.44/1.00 vMB 30
361,192 361,192 00000000000000000ed5f9b068b7529782d09e61d2206f3b4fa1af095e8f0f8b 1,087 0.62/1.00 vMB 29
361,191 361,191 000000000000000002d0cd4cc4db92bca7163ee325ab49ba2086419b81281f65 683 0.40/1.00 vMB 26
361,190 361,190 0000000000000000019e2c976e31b70b7a26ece3c0707c9613be1753c8c55870 826 0.54/1.00 vMB 16
361,189 361,189 00000000000000000fd55f10dea5b6ec0ddd95c872ccc4a8940741ec78f75eca 1,603 0.75/1.00 vMB 48
361,188 361,188 000000000000000000d5a9e2937f3e7197c07b280b59b58927848aac815559b8 861 0.49/1.00 vMB 25
361,187 361,187 0000000000000000152c4bbdbf3706b5bc90f6dde5a06f39da63d2c82ef78ecb 1,534 0.75/1.00 vMB 31
361,186 361,186 000000000000000013268f2457798096a6a6d228af33de93f2e908ecef71790d 1,209 0.62/1.00 vMB 32
361,185 361,185 000000000000000014f64cd214fe2de5057795c395cfceee2ea78324c3db9ccb 709 0.67/1.00 vMB 18
361,184 361,184 000000000000000010779c52bbaa773cc1a10d95a730328a09df0290389e310f 1,842 0.97/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.