Loading Tool

Explorer IconExplorer

Memory Pool

65,086 transactions
19.24 vMB
0.06675475 BTC
Random Selection Loading Transactions
Max Size: 124.51/200 MB

Candidate Block

Mining Attempt 9e6302d11f3415ba799b8b915c33fd03ea53758dd5ce6fe62b4d9e5a812a6477
Version 20000000
Previous Block 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31
Merkle Root 056a22fdf8cd3b4a022358df61f2bd9c26a0ab1ad0fa41f10629745ea1c0df0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.02291606 BTC
Feerates: 120.23 > 2.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,805 (840,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,428 75,428 00000000003f9e802291366f6b1d6f192401cda7f2e931b6aa05308a1c40dcd6 2 0.00/1.00 vMB 0
75,427 75,427 000000000005464a97525f6398f7ca9b16c13d8c52083f91e5e061f94e4cc17d 2 0.00/1.00 vMB 0
75,426 75,426 00000000004ce669115e6161bebd39a53a855ed8fffc1f033c19a798b9be9b7b 5 0.00/1.00 vMB 0
75,425 75,425 00000000002c9482ca53123ce700927ef124374507e8d777a19c4b6a34240bcc 2 0.00/1.00 vMB 0
75,424 75,424 0000000000440e9f86bca9b0a9744661ad56b15e22470bf3710d61eb2e475784 2 0.00/1.00 vMB 0
75,423 75,423 000000000036025ef3c2a24cc6096ad02a039fb8b8ac7cfe329c60d89faa2465 1 0.00/1.00 vMB 0
75,422 75,422 00000000002554eb76c042d70c0c4ab2ae345466160acfbf491149c8c1a10dab 8 0.00/1.00 vMB 0
75,421 75,421 00000000003e3ee3a8272b501fb5f18b126f4d8a2ac29923a2012509d64fa3d2 1 0.00/1.00 vMB 0
75,420 75,420 00000000005312c800a78a105482cc9ff4c7dfeb43eb8994b97db44458bb4bd2 1 0.00/1.00 vMB 0
75,419 75,419 00000000001d9b27b763329813075fa97ec02aad0c83365508b084acc932a85d 1 0.00/1.00 vMB 0
75,418 75,418 00000000003163d0ef8f136538774e639f160972a4739018bbcfc1a5dac9d56a 1 0.00/1.00 vMB 0
75,417 75,417 000000000004d58edb902890df17fc130dae082e6029624acf65a2c8e2a92bee 2 0.00/1.00 vMB 0
75,416 75,416 00000000002c4d32e413000c8fb38af4f7cdb882c6368ed5218a0606fd644938 2 0.00/1.00 vMB 0
75,415 75,415 00000000003c15fe508eb7614f7f247bf697533422bca4b9b712b586e296dffa 2 0.00/1.00 vMB 0
75,414 75,414 000000000026bdf1847beed5a399a5f797bbb9412bc36fe74454cf2a62303911 2 0.00/1.00 vMB 0
75,413 75,413 000000000018e64010c1dc0d6bf84f2735d8defc60131f4c30c9c95554765683 2 0.00/1.00 vMB 0
75,412 75,412 00000000006c889a18f511a9460aabea0384cee3b2bc4abf16de66767f5c73ab 1 0.00/1.00 vMB 0
75,411 75,411 00000000003e95b8db09a6facb7d90ef4b54f63387e6ac402e0712a9530d7335 3 0.00/1.00 vMB 0
75,410 75,410 00000000008002420d5ebaeabea05c7e58e658b028adcc00f0a676e2c1f5a974 1 0.00/1.00 vMB 0
75,409 75,409 00000000007cdf5668facab8d0ed9dac6352564ae9dd6d7274c43ce939411be4 3 0.00/1.00 vMB 0
75,408 75,408 00000000001d8209b5b717387c4d9631a88a3fd3d56f00b2119cbfae5d6ea39a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.77 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: 785.69 GB
    • Received: 21.60 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.