Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.14 vMB
0.08262752 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt bfa50c1f746237a2681df0e8be6129970adc8f736399fcfeb6de8923d62a3653
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 14d658d77a53e3247054b3393b8872eaf09eae3f9d223e6007ec6d69374e0ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,661
Size: 1.00 vMB
Total Fees: 0.02169643 BTC
Feerates: 178.73 > 2.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (276,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,582 638,582 0000000000000000000b79bbddb6d1f92a5907aa51af4b0283fb0d84a0410e2f 2,185 0.96/1.00 vMB 24
638,581 638,581 0000000000000000000fad96f5890141d672e99f0ff8136750ec9a32bb1c8894 1,526 0.69/1.00 vMB 26
638,580 638,580 000000000000000000110a75ceed405935a0a6481657e208133162dec2c45e88 463 0.17/1.00 vMB 27
638,579 638,579 0000000000000000000191f4e587fe7f7d6f639f364b0b61f73b5293cfc3e8fd 831 0.30/1.00 vMB 31
638,578 638,578 0000000000000000000e46045f5f228eaf04424600235ea766828fd5c67533a3 1,370 0.73/1.00 vMB 3
638,577 638,577 00000000000000000010aaae4c73be9131382a92b0737d9a52ad5da8adc314c0 2,360 1.00/1.00 vMB 44
638,576 638,576 0000000000000000000410907cb31e967f0a5f2d256f6c1b07d1aa7baa47934c 957 0.73/1.00 vMB 14
638,575 638,575 00000000000000000002f2b787c88c6518df85c12fbca3ed4b71b84e0535163b 2,265 1.00/1.00 vMB 2
638,574 638,574 0000000000000000000a11a16f1c583fc02f2d07a4fab7c18c6d59014689e0e3 2,555 1.00/1.00 vMB 31
638,573 638,573 0000000000000000000a0e7f38d9ab520dcbddaf4dd37e74237ce8c1f63bfcec 2,213 1.00/1.00 vMB 13
638,572 638,572 00000000000000000009dd0741a3de7b3345332221c7b2d981625293044c3968 1,518 1.00/1.00 vMB 21
638,571 638,571 000000000000000000035a5b2ade96ddd0a49f25b320022f7d7694fe79c05b97 1,354 1.00/1.00 vMB 19
638,570 638,570 0000000000000000000ecbb62b699912e1a353343831bd02f0a60c631df30f47 2,205 1.00/1.00 vMB 47
638,569 638,569 0000000000000000000e8ce46c85e28bf1752c4a61fff20fa07c41a4208e5993 2,824 1.00/1.00 vMB 42
638,568 638,568 00000000000000000003a2b0a25752aaa36cbec2fdad1b1ba8d32f36a289b39a 2,652 1.00/1.00 vMB 33
638,567 638,567 0000000000000000000b85ac9beaf2b530c45eafd3dac9e2ac14fbcbd243178d 2,367 1.00/1.00 vMB 41
638,566 638,566 0000000000000000000083ea5290cb3980f0e37b7003b8582c0493fdcf4a6351 2,595 1.00/1.00 vMB 4
638,565 638,565 0000000000000000000b524ebb084eb44fe879cc730b14fdaa819b14bd1cbbf9 1,268 1.00/1.00 vMB 35
638,564 638,564 0000000000000000000a20eb735941b673dbb9dae6d2b3db9f7b0a0f3bc8f41a 2,444 1.00/1.00 vMB 28
638,563 638,563 0000000000000000000bbe78dc63c9db9b5347e3b1c82323739fd063c8c02f06 2,887 1.00/1.00 vMB 60
638,562 638,562 00000000000000000006110d02108edbaddc5964e74a6b4dd010be7728fe8cea 33 0.02/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.68 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: 678.15 GB
    • Received: 16.44 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.