Loading Tool

Explorer IconExplorer

Memory Pool

50,561 transactions
30.35 vMB
0.14273538 BTC
Random Selection Loading Transactions
Max Size: 162.01/200 MB

Candidate Block

Mining Attempt 1709055365a5eb7a04179de80428b732d17dffcd3cae5eea64e9ca05b1f700f8
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (585,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,099 329,099 00000000000000000c3779dfab58a88f2863a21fef040212ab6cd2a2f61b6802 97 0.10/1.00 vMB 9
329,098 329,098 000000000000000018ec46132679b91dd7ed87fc3006e3c5bade8bf0087024cf 1 0.00/1.00 vMB 0
329,097 329,097 000000000000000010beb9d754338c64822e7676b299558750cd59ca495584eb 678 0.43/1.00 vMB 25
329,096 329,096 0000000000000000131623f97f39e652770f473c873a373195290851e4ece0e0 224 0.12/1.00 vMB 26
329,095 329,095 000000000000000017008f5d740ac3daeb41b79944ad52ebcd17846c2fd6ff1c 25 0.01/1.00 vMB 22
329,094 329,094 0000000000000000022ff437564a3e9d268bebb6e9b4017785c48807cb4f3dac 67 0.06/1.00 vMB 13
329,093 329,093 00000000000000001254184afbccdbe235f75ea61dafaceab831dcef9223c8e1 54 0.02/1.00 vMB 25
329,092 329,092 00000000000000000874676dd498e195f17669127d25e91239e45777e0be5d1b 441 0.24/1.00 vMB 27
329,091 329,091 00000000000000000d662148a4065f6b526cc634e8abb5f176480b6661696c7a 330 0.15/1.00 vMB 30
329,090 329,090 00000000000000000feaf8e690a8be11bed57a8287cac878bedf521c8816d18a 462 0.24/1.00 vMB 26
329,089 329,089 000000000000000000f6c2bc87d851adf410fc8bdc5ad5fecb8154dd2d9afb36 421 0.21/1.00 vMB 25
329,088 329,088 00000000000000001aca411030311561928fcd5a6564625d3ccf70f5e581185e 256 0.11/1.00 vMB 29
329,087 329,087 00000000000000000a1b6a4c86dc84f96263c824d4f58f9c611726dd1504a2b2 424 0.24/1.00 vMB 24
329,086 329,086 000000000000000011cf38dc19fc427435fcb3966ac697cb7739ae6ff61785f4 878 0.39/1.00 vMB 27
329,085 329,085 00000000000000001adc60d4955e803b0ed4773fd7a843689159cefc1e440491 486 0.21/1.00 vMB 30
329,084 329,084 00000000000000000469582f4b9bc107ff727d54e8682982700e2b73d22bda27 181 0.13/1.00 vMB 22
329,083 329,083 0000000000000000154585461ce60390b846a55387008f4a6b7652635e9e76b0 427 0.18/1.00 vMB 30
329,082 329,082 000000000000000003608556d11d567b0aef289433e9e325506238073c09aeb7 1,092 0.74/1.00 vMB 26
329,081 329,081 0000000000000000176007baf514560208d4afbb2ae8e6d40d408f5d25087ffa 492 0.42/1.00 vMB 16
329,080 329,080 00000000000000000d4e1b198dfa178e82b9445699424e265d854d4f95c57dfb 693 0.25/1.00 vMB 35
329,079 329,079 00000000000000000287fe92d277fd86c540368631d337a99963e5766256c231 238 0.15/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.