Loading Tool

Explorer IconExplorer

Memory Pool

33,575 transactions
25.19 vMB
0.05225910 BTC
Random Selection Loading Transactions
Max Size: 127.78/200 MB

Candidate Block

Mining Attempt e9d446f27601e8b08b2688206f0f6b3ef884b43a9ccb4b5d2f69e2c7e6ed2a81
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 1092fd965ed1e5a3772740cf37b81d4b668581cd23fb32b575ab701f9b41faa0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,324
Size: 1.00 vMB
Total Fees: 0.00685293 BTC
Feerates: 93.93 > 0.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (526,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,240 388,240 000000000000000008e263a3570acb3f1df1748f4edb651705c643ba693e042e 605 0.75/1.00 vMB 17
388,239 388,239 00000000000000000cdb88b30dc284feee6d334fba3561f8cd0e57ea9cfac3e5 1 0.00/1.00 vMB 0
388,238 388,238 000000000000000006d15008639091e4681cfa7769c0f5886ea92ae89adec6df 541 0.75/1.00 vMB 21
388,237 388,237 000000000000000004ff52247ba4b24a9ac6e0b0a46547395bbfe9b6588db8e8 2,301 1.00/1.00 vMB 37
388,236 388,236 000000000000000001f04a6f848a89f604c16d8b6ff6e18595fa4f102a93a380 1,649 0.75/1.00 vMB 38
388,235 388,235 00000000000000000c58308d5723099a3776f9a7f449b81f1158116f83a44b84 2,257 0.75/1.00 vMB 60
388,234 388,234 000000000000000008acd248ee13d9a50e1f678110bd41319d6974fdf334811d 1,924 1.00/1.00 vMB 27
388,233 388,233 0000000000000000080a305fb78ba4585da67fdb3bd83262c5f6d68afdf1a7e8 3,147 1.00/1.00 vMB 57
388,232 388,232 000000000000000002004b32475451d09919b5b7cc09f57e9d99d8a803c7cf82 946 0.93/1.00 vMB 16
388,231 388,231 000000000000000007deaeeea2a9ecdfa4beb8a345e33e8627024197420b6ffe 2,779 1.00/1.00 vMB 44
388,230 388,230 0000000000000000061d5db8fc51daa70c2efdcbf22e95193f64ee3083fdd23a 1,401 0.75/1.00 vMB 30
388,229 388,229 00000000000000000d6c9906b59742e1a7484eecf97bc09941c9484742e9eae1 17 0.06/1.00 vMB 11
388,228 388,228 0000000000000000073ee5cb7675637d40fb4083bb7f08be0557d1f37329b6da 761 0.75/1.00 vMB 15
388,227 388,227 0000000000000000068ad574422581d4e154cc72c8c0e455ea495f914a940c61 1,880 1.00/1.00 vMB 28
388,226 388,226 000000000000000001878f6981d141b34898fcec1d25e9061a264fda6329b571 482 0.21/1.00 vMB 40
388,225 388,225 000000000000000004f16c8b5f46a8f45d2eb320718dd0d80e3181db681e4bd8 658 0.53/1.00 vMB 22
388,224 388,224 000000000000000005cffeea6620dca64af3a9d8831ba304752d0263864bfa70 1,499 0.95/1.00 vMB 31
388,223 388,223 00000000000000000a6170374cff724daa23880f5161f7931cee55079aa6d370 1,214 0.93/1.00 vMB 24
388,222 388,222 00000000000000000370e188550e1c55778d825336f55f7b4a762371f60d67f2 2,022 0.93/1.00 vMB 32
388,221 388,221 000000000000000001862e262a3145cc1f5ef52f40646ad055ff7243e9d8bb27 1,282 0.93/1.00 vMB 26
388,220 388,220 0000000000000000092d8faa07191b53d5933e7cdea02656d5143a18ceeb0d42 2,130 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.