Loading Tool

Explorer IconExplorer

Memory Pool

72,345 transactions
27.94 vMB
0.06650907 BTC
Random Selection Loading Transactions
Max Size: 165.60/200 MB

Candidate Block

Mining Attempt 79a14e4c0ffd39f3a4f8d4a835598ac52a0f623ad9846cc3faa63aaacbfa501e
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 4d28d388a2340c254b2885c7086262684735cafa6bb390b9e9e5ff71f45bb56c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,221
Size: 1.00 vMB
Total Fees: 0.01080383 BTC
Feerates: 101.52 > 1.08 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (210,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,104 704,104 0000000000000000000aa6ef263e123ce2774d7fbcbaffd1ba72e3ff3367ab1b 3,912 1.00/1.00 vMB 15
704,103 704,103 00000000000000000007b5e0f31a9de220b28f62884f61fb55ce87a64d50bace 2,184 1.00/1.00 vMB 32
704,102 704,102 0000000000000000000000dfeee5b2a66cfa09a0daf3ecf641c45ca54f8cf9db 3,373 1.00/1.00 vMB 18
704,101 704,101 000000000000000000023cda46d143363c7da5db93469d5b73d15a2be7185ec9 2,966 1.00/1.00 vMB 21
704,100 704,100 0000000000000000000dfde9b908399219e4bd0660b1038a49718f13beba20a8 2,429 1.00/1.00 vMB 13
704,099 704,099 00000000000000000007a43f27b372fbaddfaff5da21daf5c31148a33f212f22 1,645 1.00/1.00 vMB 22
704,098 704,098 0000000000000000000cd98d5aa4828d6ccf658e0b83b5ad3dc0bf611828a951 1,670 1.00/1.00 vMB 25
704,097 704,097 00000000000000000000138627c8b26629ca19d3212c8106b78a50ac63e16adc 951 1.00/1.00 vMB 14
704,096 704,096 0000000000000000000c7fe4df2ae3a940d408464affcf8554cae28f67810e3f 3,503 1.00/1.00 vMB 21
704,095 704,095 0000000000000000000c77377afabbbce72883c78bf889e29907d0cb14580a77 3,245 1.00/1.00 vMB 17
704,094 704,094 0000000000000000000bb33c2832c4b85c4b71d9c03c8c671cd7ad3ddf88798d 3,492 1.00/1.00 vMB 17
704,093 704,093 0000000000000000000da5246c01726397df162f70160b6e504974a0117d8eb7 3,557 1.00/1.00 vMB 20
704,092 704,092 000000000000000000033ef7a44879c0f404a60e74991565def8ae381316eab3 2,243 1.00/1.00 vMB 29
704,091 704,091 00000000000000000006ea760fedfde9f2332bf7572b3f53dc4b9eb847f1ff91 3,239 1.00/1.00 vMB 26
704,090 704,090 000000000000000000077f931f6aaf11fedc07c8569fdb23283d9e6300b4a9bf 2,717 1.00/1.00 vMB 36
704,089 704,089 0000000000000000000d79f763989256256743c7188d3ad63ecf4cd988aa5fc1 3,292 1.00/1.00 vMB 18
704,088 704,088 0000000000000000000a57123530bd2865cf6bc9e9ff2efded2a3f8bbdbad391 2,991 1.00/1.00 vMB 43
704,087 704,087 0000000000000000000099c5c99e8359d713f7c6266a3230b8e997d9715e0cba 3,153 1.00/1.00 vMB 22
704,086 704,086 000000000000000000072b20fefdd32bd3e68753d739fe0b2e9ee69104a1dd4e 2,997 1.00/1.00 vMB 27
704,085 704,085 000000000000000000085284fe1b4e3c99778ba409b5fbdc54c54c22fe7d640b 2,265 1.00/1.00 vMB 30
704,084 704,084 0000000000000000000cadeba45242bfbeb016bfbcf2151ef1a08d84c7472df6 2,536 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.45 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: 667.45 GB
    • Received: 15.25 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.