Loading Tool

Explorer IconExplorer

Memory Pool

39,078 transactions
28.87 vMB
0.07315434 BTC
Random Selection Loading Transactions
Max Size: 146.04/200 MB

Candidate Block

Mining Attempt a72348b107c19ad8fa1ebb28e3e19e9b163f6e02dad001a3f48a7beb3c2d5915
Version 20000000
Previous Block 00000000000000000000a6d144bf09442c4791163349c498643bd27a23fdd463
Merkle Root 0ee82452466e9fd1f9e566b824672507e44f92d88d0bf48b5c83541ae8041619
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.01710743 BTC
Feerates: 100.36 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,576 (857,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
57,002 57,002 00000000047efa14bfb6a5869f0ec68eff6291dc33773f13a15eb9f3685de6fb 1 0.00/1.00 vMB 0
57,001 57,001 000000000ee702a3f75854390bc7268ce44585ead2c3b09889bf9fed202cb286 1 0.00/1.00 vMB 0
57,000 57,000 0000000008ee3753c6dd237a3a3b4f6d19c2651a2ed26f63756e9f300073722d 1 0.00/1.00 vMB 0
56,999 56,999 0000000008189772f4d83e383226e4eee07067d2b82c5cfed19b263aa19c3613 1 0.00/1.00 vMB 0
56,998 56,998 0000000012d62cf0ab4a0b1c3492b208f9e0db47238ec608b425c23c16fa994a 1 0.00/1.00 vMB 0
56,997 56,997 000000000c726064ca79739fe059ec8358ebb6b4b85703d04a404ca60d3abf70 1 0.00/1.00 vMB 0
56,996 56,996 00000000064b37f26f6d26c882163329511da6918ab2d3bd59244e3779849e15 1 0.00/1.00 vMB 0
56,995 56,995 000000001520ab4969f7139164fdb88485a12d4e2c882bb07893122266769bf7 2 0.00/1.00 vMB 0
56,994 56,994 0000000009ddd19d2061c24930c9d1b1bc042e76a4c01a132267f5404c022662 1 0.00/1.00 vMB 0
56,993 56,993 0000000010897428f4bb4473923cdce2291cd994f06d3c0b9bc016841d85b2bc 1 0.00/1.00 vMB 0
56,992 56,992 0000000004337db76eaa8ddf2720d0c7abd07ba1000a83d5991992a1689ab763 2 0.00/1.00 vMB 0
56,991 56,991 000000000fd8a1ea75be6aa3aa7ab470d600b0c41844c1f7fdcc0a296f8f24ad 1 0.00/1.00 vMB 0
56,990 56,990 00000000055687266880814a730dd0ab820f5ecc7eae9c8990857ce8c8a0499b 1 0.00/1.00 vMB 0
56,989 56,989 00000000029e4b057cea33b725398bdafb04c3fe00293a61909a6f47519270ec 1 0.00/1.00 vMB 0
56,988 56,988 000000000b24643a872191f341ab4b4af1982155a1c4a231a2ac5e61d0efe88a 1 0.00/1.00 vMB 0
56,987 56,987 00000000014f8ed6f3f9217a3afea5dee4fda0506742b00a32d5dde434fd1417 1 0.00/1.00 vMB 0
56,986 56,986 0000000003f72fd89bc16fbdc8842ce6c75b9e1f90b44b7bc65e3acf76dae1d3 2 0.00/1.00 vMB 0
56,985 56,985 000000000a8940b4977c502ad9fe780928ec77f077c289e47cfdd829d6f09657 1 0.00/1.00 vMB 0
56,984 56,984 00000000068c80d93e6e95928fa7b1125cbdb2097913473b40e5c07eb9275b18 1 0.00/1.00 vMB 0
56,983 56,983 00000000142f0ef27f0975c57cc7b894f5469d2ac5aa1d2e1fd01905f3eb6859 2 0.00/1.00 vMB 0
56,982 56,982 00000000123f76f020c2c6261eed1ce90410deb7e3da80b0260a67004d424903 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 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: 626.40 GB
    • Received: 11.63 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.