Loading Tool

Explorer IconExplorer

Memory Pool

30,340 transactions
9.59 vMB
0.15343676 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.86/200 MB

Candidate Block

Mining Attempt 79f4dd76d375e3a4cd3c53cfb34a5c6a96b760441c65be45e7238b3a496731cf
Version 20000000
Previous Block 00000000000000000000509134f4cc7e9cf327299f81f0e594b3d1dd3418e2db
Merkle Root 6b78d7ee2b8d6c476f9c3150eae8c78da9adf2c6be4faee594783b9027ea6cad
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,239
Size: 1.00 vMB
Total Fees: 0.08370971 BTC
Avg Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,994 (862,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,358 50,358 000000002934807c22a9c7d0fc04d669b87b2144d56a2981a0e31209d5e02ff3 0.00 MB 1 0
50,357 50,357 000000000bf82da2bc7742f40c743eef72671ce9cea5172cf497ee3f6e11ded4 0.00 MB 1 0
50,356 50,356 0000000001b45ddcf09384bebd35a0b181275fa6652cf6bb31605e696c5d207c 0.00 MB 1 0
50,355 50,355 00000000072e92c97ab7479c564634f10550a47f8007e5eb2fa0dc0a6a9e3d6f 0.00 MB 1 0
50,354 50,354 00000000162727305753a65ea4abd01e43c69957d78c2c1d416804b5a56f8d0c 0.00 MB 1 0
50,353 50,353 0000000023d084474ae7898c0e8e159c23d15feb34cde13de20e2d1b43b09163 0.00 MB 1 0
50,352 50,352 0000000020b2e974a39ee4495c1b36e5e1e70ccc8dd805d2002cb770ac28ba64 0.00 MB 1 0
50,351 50,351 000000001fca5a9528660b95da1d67a0616b07fdd03ac91f30397f7816b351e3 0.00 MB 1 0
50,350 50,350 00000000250217301ef175ad7cc7151da5d940c7484054a074bedd645087a946 0.00 MB 1 0
50,349 50,349 000000002437481c1e02537913571e7835a40e634703e44abaaaf2f16e83ff19 0.00 MB 1 0
50,348 50,348 000000002036a6930d077410146651b494fe1fec3712ea2f6f1c8327dd58c7e9 0.00 MB 1 0
50,347 50,347 0000000005663c51db1bf722472f780dfa9f4c727815a9e1fd579f46d33a0e77 0.00 MB 1 0
50,346 50,346 0000000007bfdcfa5c63608680359ff1aca73bdc7a57c202461c6afa4a43de13 0.00 MB 3 0
50,345 50,345 000000000c863bf78383dba1adfd80e2afc59064c6bca5be2075dbee4c5e6d61 0.00 MB 2 0
50,344 50,344 0000000010ba79269d0a68d14a824fa6d601e1e1babb7c0d48059eaaf915c2d3 0.00 MB 1 0
50,343 50,343 00000000235bc50f36eba570c20f701edcd294845170da60b0db93ccdff7390e 0.00 MB 1 0
50,342 50,342 000000002721c6790414eb07d642cf560787ae07974fc07cbe746441a7aa7f01 0.00 MB 1 0
50,341 50,341 000000000feb7ac412e72883272cee352dcf4456959092ba772fb949bd738ed7 0.00 MB 1 0
50,340 50,340 0000000002bbb37ebd9b6883f8defa3587b6552e4d651dfb980ea6734fd20657 0.00 MB 1 0
50,339 50,339 0000000021b8eaff8f454c43917f4387995da2322d2355618698b0d86f956d58 0.00 MB 3 0
50,338 50,338 000000001363b5f34932de996cca441f77b8adbb4ef66fe219b3c7790807bafe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 778.83 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: 377.13 GB
    • Received: 3.39 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.