Loading Tool

Explorer IconExplorer

Memory Pool

40,009 transactions
19.62 vMB
0.05530920 BTC
Random Selection Loading Transactions
Max Size: 109.30/200 MB

Candidate Block

Mining Attempt e13798fbdee63eba6e701aa1f9c610e36e8c12f75d69fb621b16e72f71d34baf
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root 82c29554851f79f73ea45d9868defc1174849ab8ce907344173f0cd3c6c21144
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01708996 BTC
Feerates: 106.21 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (803,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,417 110,417 000000000000b963d3080427482835742ae6e00a05af880e043e52de7c80d6e0 11 0.00/1.00 vMB 0
110,416 110,416 000000000000e9c6dfb5184161329bea2e2eeba3d80ad55c3bc11fe23f582f37 13 0.00/1.00 vMB 0
110,415 110,415 0000000000017d96d634b938a1ed325530e10ac76ff9aecab0f4ad9e0c60ec31 12 0.00/1.00 vMB 0
110,414 110,414 0000000000016158035d2a13abce1ed9bba5e32983a53b7eaaaf1cba57186d31 7 0.00/1.00 vMB 0
110,413 110,413 0000000000000287d88469d0f90f732e5d396f64b71f2adc45e379d82149874d 12 0.00/1.00 vMB 0
110,412 110,412 0000000000006205ca614de7686190c5f1f4c0b91c5c9a26ec91c28a47301fc2 15 0.00/1.00 vMB 0
110,411 110,411 0000000000014ed138e80c9eb89d01dd11b2674e0c8643bfa7bf12ddc88ffcaf 13 0.00/1.00 vMB 0
110,410 110,410 0000000000009d77a1da044101f98c5e0155e0aa91a83dc2927ebffa860a14af 12 0.00/1.00 vMB 0
110,409 110,409 0000000000000f9cf55f72c4a93b0699e15ced13672919f41c1e6d947a40178b 12 0.00/1.00 vMB 0
110,408 110,408 00000000000089bb9fad2f68be33ffff5c23420e20108339887b93231a1b951b 12 0.00/1.00 vMB 0
110,407 110,407 00000000000122f11e187029bdfb684f0f2e6a6fc1e74d6b9327afa657fd7114 5 0.00/1.00 vMB 0
110,406 110,406 000000000001a718670ffab7a36a0ea925b3c3b0abf5e8c021dab3dacb03093d 7 0.00/1.00 vMB 0
110,405 110,405 00000000000018b956e3c90b60fa7880a41a5c6b5abc1616d9b3ad31316f5aec 3 0.01/1.00 vMB 0
110,404 110,404 0000000000014328edc4ff449046453ada8f3f720afe8edd128b869f9b35806f 16 0.01/1.00 vMB 0
110,403 110,403 000000000000e919458c2448532ac11410a8ad820a44890703dd343336545736 9 0.00/1.00 vMB 0
110,402 110,402 00000000000197871783aba688eb2720820439cd8559e5ac90057d7bd369546b 10 0.00/1.00 vMB 0
110,401 110,401 00000000000096fe90cd3e46dd98a5f193a6b5133a7d7fabcbb2aca82a308fb6 7 0.00/1.00 vMB 0
110,400 110,400 000000000001133ef720a8d9162b2fed76dd79f99894b9a46b905f5b26b28165 11 0.00/1.00 vMB 0
110,399 110,399 0000000000008510276626e3cd7c22a79f1491d73fe74f32c8559a1d5d783137 12 0.00/1.00 vMB 0
110,398 110,398 0000000000009754e6ede6205d66a6a0c2c8cfd172fb923919b93e7b2f00f5d7 12 0.00/1.00 vMB 0
110,397 110,397 0000000000014a101d92125a01097e20efa1b5d8a04a3b1c861ba255cd15b52d 12 0.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 554.92 GB
    • Received: 6.84 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.