Loading Tool

Explorer IconExplorer

Memory Pool

86,134 transactions
31.31 vMB
0.09362706 BTC
Random Selection Loading Transactions
Max Size: 190.55/200 MB

Candidate Block

Mining Attempt fb507dbc693f05ff13313e4d1ee91de4161eb15ccc5684ba9a631e352938332f
Version 20000000
Previous Block 000000000000000000004034f963b6c74ab0fcd958dffc4d075448b0a55af711
Merkle Root aade08f8b9588c7699b66b8b7be41789ffeceff762c1eb9ca16a1880ce61d3c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02036254 BTC
Feerates: 500.45 > 2.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,076 (168,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,767 746,767 000000000000000000025b4b0cf8203adbedf19c7a0c42c9ced9b9bc2b1d0a30 473 0.15/1.00 vMB 10
746,766 746,766 00000000000000000002a1b23024b82fc0e18660153dece11866324d8c9aa11a 278 0.08/1.00 vMB 11
746,765 746,765 00000000000000000005fbe6a3227363d67386a165e7a1716378c8fda2593b42 833 0.29/1.00 vMB 9
746,764 746,764 00000000000000000000fbb878a1de3d9ff02c497423e35bdac9cadf58bc20c6 966 0.35/1.00 vMB 14
746,763 746,763 0000000000000000000750a9d764f1c8618fadac4b3b4a9cb93fc12db5a272c1 99 0.08/1.00 vMB 2
746,762 746,762 00000000000000000007db572ff2f51a321c93572f1ed61708901bd0cf69af66 2,296 1.00/1.00 vMB 7
746,761 746,761 0000000000000000000362b94e5c6f41f3f2b030db0532b881c91c1b729d9460 2,346 1.00/1.00 vMB 9
746,760 746,760 00000000000000000007b6e2d45617dfadd555c4302a8a07bd042f2709f21d1a 2,976 1.00/1.00 vMB 4
746,759 746,759 00000000000000000007ab56635e36dac855c8b623e5eb57fca6516b3ff4972a 1,596 1.00/1.00 vMB 9
746,758 746,758 0000000000000000000025b7f2fc0f441c4f1607a3926dfc0adfe09047e6aace 2,423 1.00/1.00 vMB 15
746,757 746,757 0000000000000000000664bd7d6191e3aabf04d8733e256a908b13cf665323d8 3,084 1.00/1.00 vMB 14
746,756 746,756 00000000000000000006d50e4c9fd269ddf690c94f422dff85e96f1a84b3a615 3,348 1.00/1.00 vMB 15
746,755 746,755 0000000000000000000383a637a57e96572f8f604b7b5585012684e390262b9b 2,262 0.88/1.00 vMB 10
746,754 746,754 0000000000000000000838826b2ff29441d0b75d14b219cab16b7bdc3bb912ff 814 0.32/1.00 vMB 8
746,753 746,753 0000000000000000000357656b8aa69a99f51afebbd9d7d5e5005192c9fbff15 431 0.15/1.00 vMB 13
746,752 746,752 000000000000000000065a1a6be7b244c709b9cb5c0f2077ad992ca785e3dd5d 381 0.54/1.00 vMB 1
746,751 746,751 000000000000000000063c317028b1ba3479978983dc355d2785c84cce18cd48 1,096 1.00/1.00 vMB 3
746,750 746,750 000000000000000000029ee72d9905f6b8db92c656987aeca2aebbe64d9ec0ee 1,989 1.00/1.00 vMB 4
746,749 746,749 00000000000000000005d479bcdaed8701bbf5dc1615b463bcfe328256715f89 2,712 1.00/1.00 vMB 12
746,748 746,748 00000000000000000003a30565adf0a808c12eb7734a36e5959fcbe4c7a4380f 1,255 1.00/1.00 vMB 13
746,747 746,747 00000000000000000002aa4e0b1fd3a6f0a4b3da0d006167a594ba5172b682a6 2,572 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.53 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: 668.95 GB
    • Received: 15.66 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.