Loading Tool

Explorer IconExplorer

Memory Pool

44,709 transactions
26.65 vMB
0.05973844 BTC
Random Selection Loading Transactions
Max Size: 141.01/200 MB

Candidate Block

Mining Attempt 5b70095412a2b1d76f249e042499c7cc4f3349e3bf1d94f2b5398740b2753ee6
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root c0c89669c7ccd2134d727da93e95a9060fb4d4468c59ec390adf0f0e15b9b9ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,260
Size: 1.00 vMB
Total Fees: 0.01072701 BTC
Feerates: 101.72 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (251,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,099 663,099 000000000000000000030499878e80d11dfe9400f75f17ae5b341b3ef4b055ae 2,788 1.00/1.00 vMB 120
663,098 663,098 00000000000000000005b44b0c4cdb7bef59f3e5cd08afa8b03268f7fc11ed9b 2,755 1.00/1.00 vMB 76
663,097 663,097 000000000000000000057f53ae85617e6dfbaadafb37c19e7ca02dda37ab669f 3,028 1.00/1.00 vMB 115
663,096 663,096 000000000000000000085e5e322de832e559c03fbb6a15910a4b15fe48e36074 2,670 1.00/1.00 vMB 105
663,095 663,095 0000000000000000000c15de2cbe0daf1bcbf204d74a059db1e994f72384e4bb 1,705 1.00/1.00 vMB 128
663,094 663,094 000000000000000000086bcde3a576d39aef9421bb820a5bbe89d6902eadf514 2,677 1.00/1.00 vMB 62
663,093 663,093 0000000000000000000307b17836fe74618cb8681c1658258441998336889724 3,152 1.00/1.00 vMB 131
663,092 663,092 000000000000000000090b03e956704da2e6aaaebb6dd12f622b99d279039c11 1,971 1.00/1.00 vMB 34
663,091 663,091 00000000000000000009c8454f9df9eaca5b9f050ec90819fa0b8e245d54a5b3 2,391 1.00/1.00 vMB 72
663,090 663,090 00000000000000000008b7a1eba2dd7f39acb618938151138c72d593463a230a 1,012 1.00/1.00 vMB 11
663,089 663,089 0000000000000000000dac23bb8d648badfe833e22eddb7c69682b8dc341b6f6 1,113 1.00/1.00 vMB 14
663,088 663,088 00000000000000000007f7a5ccbbb357379f46e521669fc0a7bd89271804a7e6 1,619 1.00/1.00 vMB 15
663,087 663,087 00000000000000000004cffdf17d05d31a6f826fdf5e737409277c755aca8d7a 2,113 1.00/1.00 vMB 32
663,086 663,086 00000000000000000008d4f84ffcdc39f4fbecf132529db56e2844327a42ab4c 2,062 1.00/1.00 vMB 21
663,085 663,085 00000000000000000003755cfb10b715698f0e158df611557a1a2a3aac31b587 2,338 1.00/1.00 vMB 30
663,084 663,084 000000000000000000063e24f7c17c4ef2a9041a7c13a36f0e507084f8e583be 2,686 1.00/1.00 vMB 68
663,083 663,083 00000000000000000003016a75ce407031e8e82253aa7af1742653af03cac5df 2,770 1.00/1.00 vMB 22
663,082 663,082 0000000000000000000d515e74bfc53afca957fa76594ee2e36b1ee9ee70dba9 1,408 1.00/1.00 vMB 108
663,081 663,081 0000000000000000000761adaea3cc748f546e0fdb4d36bd8c3f8dd1503610af 2,224 1.00/1.00 vMB 49
663,080 663,080 0000000000000000000b2a3e90a91aaf26a54ec6cb771bec314af6ed8b773a17 2,419 1.00/1.00 vMB 30
663,079 663,079 0000000000000000000a327b907c34747d0e2faaae9766eb402525616bbe9804 3,053 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.00 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: 648.95 GB
    • Received: 13.11 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.