Loading Tool

Explorer IconExplorer

Memory Pool

45,913 transactions
28.79 vMB
0.08864397 BTC
Random Selection Loading Transactions
Max Size: 152.83/200 MB

Candidate Block

Mining Attempt ea562ac7330fcd42d55aa5b438b3c895b6de5a62bed42690fb8696a9a4c3a984
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 69c6f4e2483484506aa896a911a9cce829aa17df8c5507373f05725ba202dbe2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,559
Size: 1.00 vMB
Total Fees: 0.03355183 BTC
Feerates: 150.92 > 3.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (323,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
590,958 590,958 00000000000000000015b1c0d588c312d58b7770bfec536c45615afb70b73150 2,259 1.00/1.00 vMB 25
590,957 590,957 00000000000000000012321665f36263312de25e5daa36c96b4e4407c9a02172 2,818 1.00/1.00 vMB 53
590,956 590,956 0000000000000000000e6c402b311740e21f79a42ed84ecf69a3ae4fe88ce882 2,632 1.00/1.00 vMB 49
590,955 590,955 000000000000000000039d2fb1b60109ded53a47534e7ae80b73a975a3af1115 2,971 1.00/1.00 vMB 31
590,954 590,954 000000000000000000044f16785c016201314e02b10f13e4471cb09269addd6e 362 0.14/1.00 vMB 4
590,953 590,953 00000000000000000003c98ef584cf56d7e211f0eda88a573df1bd79901b5f0a 2,898 1.00/1.00 vMB 30
590,952 590,952 0000000000000000001625a78530583831bfaf06667d2530f003d0dcd55e96e1 3,011 1.00/1.00 vMB 25
590,951 590,951 0000000000000000000bc90bfd59d6e17d49af1d25ad091f571c457ed8c70b88 2,503 1.00/1.00 vMB 30
590,950 590,950 000000000000000000051546392b5f175f4d91ac0f0da9f874f83c3040c4c0a0 1,174 0.42/1.00 vMB 31
590,949 590,949 00000000000000000005fc112aa29a6f5a67a08773be221024934cbd5fd6484c 2,411 0.85/1.00 vMB 30
590,948 590,948 00000000000000000012ed27fbf442a3db7aa3280085794952103d3144e8d527 1,449 0.44/1.00 vMB 35
590,947 590,947 0000000000000000000f5e0118c4b9aac709c5117bdf246962fb15c503fd87b3 2,210 0.75/1.00 vMB 31
590,946 590,946 0000000000000000001254934174d0a5100930d5a7cd8b43547fb383fa360aa6 1,160 0.47/1.00 vMB 2
590,945 590,945 00000000000000000015a00ce888aa1d2d75d2f787ada069c4c869d9fa222adf 2,568 1.00/1.00 vMB 48
590,944 590,944 00000000000000000012e3a3a58261206f4facd4db22e894c9cfe92477d85c6f 2,671 0.91/1.00 vMB 31
590,943 590,943 000000000000000000131e6adfcbedd39220625be8f4504285fa645adb00d4d3 2,166 0.82/1.00 vMB 14
590,942 590,942 0000000000000000000d0ebfff79af5a4abe1b0879b5e9d27d6c5a129e3b3571 2,767 1.00/1.00 vMB 27
590,941 590,941 000000000000000000069b8d2739cb8736cc6a14927d760a7b7dfa47e1e5059e 3,621 1.00/1.00 vMB 67
590,940 590,940 0000000000000000000022782cb247345615f25f6f19563f768f23f087cbfec9 2,431 0.93/1.00 vMB 25
590,939 590,939 00000000000000000019453ff7dae842ad8c9b2fc805743b7b2ee1ea099edc7a 2,800 1.00/1.00 vMB 31
590,938 590,938 00000000000000000003377cb4036b812c236d05f10aa1f27840c326ba50c592 2,286 0.85/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.05 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: 650.95 GB
    • Received: 13.37 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.