Loading Tool

Explorer IconExplorer

Memory Pool

78,814 transactions
29.10 vMB
0.09945682 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt 151f24aa6c424902bfb8a0a5f2c253ff72203110d1ffc65c0ce8afaf7eb9f9cd
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 92cff7650b092d0c3d4969187db10ed5da1cdca62fe84c840121f3e84fb4f0a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.03864919 BTC
Feerates: 137.15 > 3.87 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (335,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,733 579,733 0000000000000000000ede5f806afc0b0505398016dbe7b9c8c80ec02c69b71c 2,539 1.00/1.00 vMB 40
579,732 579,732 00000000000000000024007978f8fed7757f8652c3141b6683ed78ded7887a7e 3,405 1.00/1.00 vMB 37
579,731 579,731 0000000000000000001cede99652cc53de298df87e06a002458a70b858220524 2,995 1.00/1.00 vMB 62
579,730 579,730 00000000000000000024cc7de8817e9f3b646db04edb290e18e225dd7b110741 3,018 1.00/1.00 vMB 35
579,729 579,729 0000000000000000000104418c8954ad43c4a4f89f14bbee692a5e3c2ad22a77 3,133 1.00/1.00 vMB 68
579,728 579,728 0000000000000000000af1f3458c0702a7272c6fce30e55bcbd8f59edc8dc3e8 2,242 1.00/1.00 vMB 3
579,727 579,727 00000000000000000023797ec24fbee02a33773004a84ad8f8357bf547e4d940 2,250 1.00/1.00 vMB 60
579,726 579,726 0000000000000000000bdf8c13d76c520aa52441a3197b3f2d77a28d9b7a00da 2,962 1.00/1.00 vMB 113
579,725 579,725 000000000000000000223de84ca39c0b13df7322496d8cfa4d819d150e5f7575 1,707 1.00/1.00 vMB 16
579,724 579,724 000000000000000000015d80fd4156e84b2ca2fa069ecfddf044466d6f0e962f 2,249 1.00/1.00 vMB 10
579,723 579,723 000000000000000000174ec79ad9a140c684316a4aaf53606bf9db891957fb1b 2,894 1.00/1.00 vMB 27
579,722 579,722 0000000000000000000bdcc5912261c0df8c3ff5c0cc72c5251468882e7e204d 1,643 1.00/1.00 vMB 37
579,721 579,721 000000000000000000216d9ee964129570a2a6a7451d5e8db42ea1ae405c9296 3,100 1.00/1.00 vMB 70
579,720 579,720 0000000000000000000823af217d6c132ad6b2d4f4444fafed623cbdc9854bbc 828 1.00/1.00 vMB 10
579,719 579,719 000000000000000000148b8d059c1a8596c5f3641e169f8477630064fa6560be 2,341 1.00/1.00 vMB 7
579,718 579,718 00000000000000000020d7dc0603279cf0cc341f41176c541d3c17fd0143d9cb 2,758 1.00/1.00 vMB 49
579,717 579,717 0000000000000000001a2d6236ec6c8a7e901cf6fa7c586e770f5a42de7f57d2 2,680 1.00/1.00 vMB 69
579,716 579,716 000000000000000000197c453c8e6b615d21981d02df641cd744a3662c411bee 2,653 1.00/1.00 vMB 35
579,715 579,715 000000000000000000085624136a476aca5fad480adb52510443c080ee248cf3 2,807 1.00/1.00 vMB 38
579,714 579,714 0000000000000000001867e90f1eadcd83152b07a5439d223e4bf943487781c5 2,524 1.00/1.00 vMB 41
579,713 579,713 000000000000000000153c929f90b849439f38cf5401a7a27629d3a2c32747ff 2,496 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.