Loading Tool

Explorer IconExplorer

Memory Pool

82,814 transactions
30.39 vMB
0.14709406 BTC
Random Selection Loading Transactions
Max Size: 184.09/200 MB

Candidate Block

Mining Attempt 28582c886e01acf50963231d83f15167126b55553ea05f0eadb294092456f4e6
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root 71f26c018b8533ce37032ec75f9d1e042b9498ae7e8b8f8e5320360c66f9d232
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.06660363 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (116,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,697 798,697 00000000000000000000c3b1d4854a18e93a8ef6dcabb4514954b1f8f5ad949d 2,434 1.00/1.00 vMB 9
798,696 798,696 00000000000000000004e272a581954cf799e5ebfbec4fb101463433dca45677 2,739 1.00/1.00 vMB 17
798,695 798,695 00000000000000000004c0a6342fefb47c38cf7dcaf35c296975fa205c24e864 2,257 1.00/1.00 vMB 10
798,694 798,694 000000000000000000000d24cd1a1792a593cf73081f6be3ec725d9a9c443504 1,660 1.00/1.00 vMB 12
798,693 798,693 000000000000000000027abdbe59d6fc6b8c72ed05ae484bb3b48b8977471f54 2,087 1.00/1.00 vMB 14
798,692 798,692 00000000000000000000c54d8a6f2fca73ae227cd478ca784040fe3264d74595 2,920 1.00/1.00 vMB 23
798,691 798,691 00000000000000000003a42755c9587d8ea095deb2e386f666a9644578e6527e 2,653 1.00/1.00 vMB 11
798,690 798,690 000000000000000000043c95a4cbde0fb6478cd78d2a5e52cee66a6c37211f5a 3,245 1.00/1.00 vMB 15
798,689 798,689 000000000000000000048b15632ab75a063de6cce28f0594fd7e9da9dc11b825 2,016 1.00/1.00 vMB 15
798,688 798,688 00000000000000000003bebc831f9f4b0a9f2bc40fe90a47b5f7402becced2c6 1,990 1.00/1.00 vMB 21
798,687 798,687 000000000000000000032b354f0e632133e324c49b512d5d524de990a22336c9 1,886 1.00/1.00 vMB 20
798,686 798,686 0000000000000000000297bf099bb30318b1c2126e32fd5fd74da6fcc33a6305 3,490 1.00/1.00 vMB 26
798,685 798,685 000000000000000000007c09c4947e6cbaf09bbf53b3b1fe5894a2db526f75f2 3,299 1.00/1.00 vMB 25
798,684 798,684 0000000000000000000008e5e0628f32b37d5a43eff94e9e56656cb86c5f92db 2,302 1.00/1.00 vMB 19
798,683 798,683 00000000000000000001b6e087e3d2737a26445a1117b219952f6d775401f108 1,690 1.00/1.00 vMB 27
798,682 798,682 000000000000000000004f83444a719a5f6acff5c2f434b710e3cb269c2cc3fa 1,862 1.00/1.00 vMB 17
798,681 798,681 00000000000000000004eea45eaa27ab0349c0a66a647b15663a5782d5b69579 3,374 1.00/1.00 vMB 27
798,680 798,680 0000000000000000000253164dc05782c8bf2f032f12a04b8a685c9cb495907a 2,688 1.00/1.00 vMB 19
798,679 798,679 000000000000000000029e46c9d0f0058e9c565a21fde6feb8bb9fb3987c3290 2,716 1.00/1.00 vMB 23
798,678 798,678 00000000000000000001e6561ef35c9268bfdd400fdb1c385694bf29ee7b4f31 3,539 1.00/1.00 vMB 26
798,677 798,677 00000000000000000000f29cea1d2d5b7e8a470ae0d802feae05ebb2411fccaa 1,898 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.