Loading Tool

Explorer IconExplorer

Memory Pool

14,095 transactions
10.76 vMB
0.04234662 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.67/200 MB

Candidate Block

Mining Attempt e4f2c6582c934d9491d04cc7471af13a62bddc4cd0b95578c577886f80b37a20
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root c6f99b74b16d39f8448a32731ede7f06ff0f02b9f0c70bedfdea3b25d09bbdac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,866
Size: 0.99798675 1.00 vMB
Total Fees: 0.02378334 BTC
Feerates: 200.67 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (646,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,316 267,316 000000000000000741f1d05231934ccbdfca379bdca6de3408a202e81bbf0512 965 0.37/1.00 vMB 73
267,315 267,315 0000000000000002cd988d627231ca03edef16e867c98d6fe33365cfda0136fe 29 0.01/1.00 vMB 53
267,314 267,314 00000000000000085380ba235f25d3f6df89c60fe27cc630f61856f3b0688b6c 153 0.06/1.00 vMB 63
267,313 267,313 0000000000000008c4580581f15368385be4cf8a4a1f3365d51de2e90a958408 1 0.00/1.00 vMB 0
267,312 267,312 0000000000000007422df27ceb35280b4ac808d98e072aa4b4bbc9382c506bc3 293 0.13/1.00 vMB 48
267,311 267,311 0000000000000001f630517e750c08ee4616d9d7a361920a7ef242a9a015b893 427 0.18/1.00 vMB 92
267,310 267,310 00000000000000091f5bad69adee17145640408218a11b6a359abd3ad3b878c6 238 0.09/1.00 vMB 59
267,309 267,309 0000000000000004da5ec43e15065b54590688841007e4a3d891adb35cc22ae1 90 0.04/1.00 vMB 51
267,308 267,308 000000000000000535aa734f044838f244981d041bb67c2a92eed66f5d33699b 109 0.05/1.00 vMB 50
267,307 267,307 0000000000000005389d4d59a47d26d012d3730e72f7d3f36eb60164ff53e867 55 0.02/1.00 vMB 63
267,306 267,306 0000000000000000b358caa6f7cd5cceb2ffe1e536c4e3fd298d8b094efe9e5d 6 0.00/1.00 vMB 19
267,305 267,305 00000000000000040a8edd44d8306e22cc0630ba5fb8ff033e8aebdbd9d7c1b7 148 0.07/1.00 vMB 54
267,304 267,304 0000000000000000ecef2db1e468ee59d08536c1da6c01a538aeccc6d2026049 189 0.09/1.00 vMB 125
267,303 267,303 00000000000000073ebe19e491535b281fbb794201a265cb0c0b9152a18c7aea 30 0.01/1.00 vMB 51
267,302 267,302 00000000000000057f26d3b4a55583412729408f273e8570f3d51f60d5003953 326 0.15/1.00 vMB 77
267,301 267,301 00000000000000009b23ad20a246f2352bd0e3bcbc5c36fd8abcd12ece370aa6 188 0.09/1.00 vMB 20
267,300 267,300 000000000000000a83fbd660e918f218bf37edd92b748ad940483c7c116179ac 495 0.27/1.00 vMB 61
267,299 267,299 000000000000000421cc8e4ed4c89a38969159f052fd8f7ef5e367889caa7b47 291 0.14/1.00 vMB 58
267,298 267,298 0000000000000003efb84eb0e691245d2e7aa9f11d076a81db01468fe738996a 127 0.12/1.00 vMB 28
267,297 267,297 0000000000000009cb29bd4b1b0f2776e2fde973a3b4e6b3187f008a52ceeadb 572 0.25/1.00 vMB 60
267,296 267,296 0000000000000002e661a6542e1a8d4cbc8a4ea7e60f88aab2690d45451ce956 286 0.13/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 516.97 GB
    • Received: 4.49 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.