Loading Tool

Explorer IconExplorer

Memory Pool

81,132 transactions
30.36 vMB
0.11809928 BTC
Random Selection Loading Transactions
Max Size: 182.87/200 MB

Candidate Block

Mining Attempt 6860f64bed091ebd080b3aee57200473db071a6904d5e8c163f848dfa4a3c89a
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root bf47c0f61282ca380449a9511865550efe29350aeb32dac3859eeb74018632cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,158
Size: 1.00 vMB
Total Fees: 0.04384519 BTC
Feerates: 150.68 > 4.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (351,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,001 564,001 00000000000000000029506c19efed58ba46604760841c5e16a812f473234195 2,603 1.00/1.00 vMB 20
564,000 564,000 0000000000000000000813fa7d408dd3c961b8f9063fe49f0aa2392cf9b1e288 2,458 1.00/1.00 vMB 32
563,999 563,999 00000000000000000005bfcc3d5cc97b01872ac41cea232a09fd17fd91ef52f4 2,892 1.00/1.00 vMB 49
563,998 563,998 00000000000000000002a0fa3eb60b3be73ae5715c459384ef5e4de6fdc3a1d7 24 0.01/1.00 vMB 36
563,997 563,997 0000000000000000000aa10ab8831759258a4f4348cc98780d32c175e972c129 2,564 0.88/1.00 vMB 22
563,996 563,996 0000000000000000002c7a7291cbaf2c9cd804f7ccc8ba2836d4637af6a5e6ed 2,178 0.76/1.00 vMB 12
563,995 563,995 0000000000000000000b5ceb2d1c8bd7c5189c9d53cc50c65101dd258e920643 3,041 1.00/1.00 vMB 5
563,994 563,994 000000000000000000089529d9141be831b95dc0dca9792c7b64654c0c44337f 2,724 1.00/1.00 vMB 34
563,993 563,993 0000000000000000000b429b34afd7cf1fd516183549d66405eb93d265b7a282 2,596 1.00/1.00 vMB 32
563,992 563,992 0000000000000000001485269e7aa3215a69c5a1b015302e1b8c62ea5fd835a7 2,847 1.00/1.00 vMB 17
563,991 563,991 0000000000000000001a9672d47e419a1f9ac7b3754ea80fe481a4bfe8ab2193 2,047 0.66/1.00 vMB 16
563,990 563,990 0000000000000000002d1c9c0c1b3a5f48a426d4acb1bb39f3b15965de6346e4 2,280 0.70/1.00 vMB 11
563,989 563,989 0000000000000000001b19e528f60f898bf507b1b5869cdb5e4e5382c9df7ff7 2,965 1.00/1.00 vMB 16
563,988 563,988 000000000000000000283507be94843e450143c381c6d7e6b141c439c172472c 2,659 1.00/1.00 vMB 29
563,987 563,987 0000000000000000002276f137baaa35520851fc6a5ca7102fee0764b80956e3 1,365 0.50/1.00 vMB 18
563,986 563,986 00000000000000000010cb3d78ee807c11d0f22a15201286a1c3ba5098bb121d 1,449 1.00/1.00 vMB 15
563,985 563,985 00000000000000000027a33138dd93ef48e4218c14ff5f06fbb0f09354f139de 3,230 1.00/1.00 vMB 15
563,984 563,984 0000000000000000001cb88a5f4a7ba6fcfedc46e548e68c460b7221dbcbc443 3,064 1.00/1.00 vMB 16
563,983 563,983 0000000000000000001af7a8130aa43c1203709d797f21fa6f493a0f45e7a57a 2,992 1.00/1.00 vMB 19
563,982 563,982 00000000000000000011b9cc8884ef6fbc7013582a55f3ce5740bfd5e8107fa8 2,953 1.00/1.00 vMB 34
563,981 563,981 00000000000000000002aab1d5719db2cc890581648974f6aa341598908ad91d 2,409 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.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: 672.40 GB
    • Received: 16.23 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.