Loading Tool

Explorer IconExplorer

Memory Pool

42,857 transactions
26.77 vMB
0.06656556 BTC
Random Selection Loading Transactions
Max Size: 140.89/200 MB

Candidate Block

Mining Attempt 7c9698f7bd95867d78bfdf03f895cc288f7e1e5da5b087b831a1b3e2ca3bd49d
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root db5ec9d190392d2fa3eb94c93d81036fb7e3f947225c18ee8757e6229ee08247
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,332
Size: 1.00 vMB
Total Fees: 0.01725410 BTC
Feerates: 197.49 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (175,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,427 739,427 00000000000000000005ec4f25407e9968f4e1699f9b6daadc8166b20a528394 1,557 1.00/1.00 vMB 17
739,426 739,426 0000000000000000000216e397ec6468e8922f5304f369abe55c77cc2da08318 1,487 0.62/1.00 vMB 5
739,425 739,425 000000000000000000081370e880df0b4656a3b08df67b706c5b0924ae7b771e 1,975 1.00/1.00 vMB 7
739,424 739,424 00000000000000000007bc42fd3058372c64ca8bc5872b952ae95ccef1ffe877 2,614 1.00/1.00 vMB 4
739,423 739,423 000000000000000000072d4ef92b230c44dff1311f59fe54b025d88763e64a55 3,305 1.00/1.00 vMB 14
739,422 739,422 00000000000000000003df15a2b35ebbfeda8c3b03990562dc4e86e16f69d63c 3,511 1.00/1.00 vMB 23
739,421 739,421 000000000000000000069c38eb880f94a02d5c8b62be6e8f8f8bd00c228d075d 2,826 1.00/1.00 vMB 12
739,420 739,420 00000000000000000007402b0ebc7fe502ca683323e76a2a4168535228bccc43 1,091 0.45/1.00 vMB 10
739,419 739,419 0000000000000000000951c6ae0ecf14b0da32509c02e633c09904221cad2293 1,570 0.67/1.00 vMB 3
739,418 739,418 0000000000000000000843ab602720d1560f063ddfd4f0c1269e6bf9ff34008e 2,375 1.00/1.00 vMB 13
739,417 739,417 0000000000000000000485804487fdd54c36792608bfc6460eb0d6aac36b6e10 1,102 1.00/1.00 vMB 17
739,416 739,416 00000000000000000002acfd26b3b1b5bc8e5d8e0c1a9c21333e084049e67bf0 2,451 0.84/1.00 vMB 11
739,415 739,415 0000000000000000000831af00f3e3f72e8ab233128934a895b870aa87e29e98 1,396 0.79/1.00 vMB 6
739,414 739,414 00000000000000000007d9d5adfa7d0c5b11704058186405cd97a440e2f787d8 2,582 1.00/1.00 vMB 11
739,413 739,413 000000000000000000035c18a0fbd31503d7e6fbd1310b7899fcaf1fc9d64312 2,808 1.00/1.00 vMB 12
739,412 739,412 000000000000000000018e08d863713b4d14b2fa4f377af4c3d3a34845dfadb2 1,875 0.71/1.00 vMB 12
739,411 739,411 00000000000000000000ed31ec3a26477fa3aa2de058c18eebed47bab1a4996e 257 0.08/1.00 vMB 13
739,410 739,410 000000000000000000086be4414cee2b2d6740f0a78c3a69349de576f5c4938c 538 0.21/1.00 vMB 8
739,409 739,409 00000000000000000003980b52637e93bf53d64029d58a3b59b360b20ef48d2b 712 0.72/1.00 vMB 5
739,408 739,408 0000000000000000000949a2d48e04e0ecf147002003ebbfc29040e6b46f857a 2,419 0.99/1.00 vMB 10
739,407 739,407 00000000000000000003dd291a6270311e5431dd9b279b2e29834262abc5d955 2,199 0.99/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.