Loading Tool

Explorer IconExplorer

Memory Pool

79,752 transactions
34.43 vMB
0.16593646 BTC
Random Selection Loading Transactions
Max Size: 192.96/200 MB

Candidate Block

Mining Attempt 6a43d7ee5942c02c75a0508b923b92b7f9e431a0a73ba3dbf0cbb3c2c33b5838
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root ce0da5b2a061bee989b8d5a3ded221dcaac21d9426fafd8da65429f9fe82a72f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.04143816 BTC
Feerates: 150.93 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (24,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
890,682 890,682 00000000000000000001b1a0ad58bba8a2b26ef76b4557c049e0861ed56d7290 631 1.00/1.00 vMB 2
890,681 890,681 00000000000000000002335f8e53b1bdba705c345d7c3c52cbcea50c9371e578 1,711 1.00/1.00 vMB 1
890,680 890,680 00000000000000000001476e378430413f67caf14f68245c981fbf4db70adc19 3,695 1.00/1.00 vMB 4
890,679 890,679 000000000000000000021558eed4d8f2b9b41cd66896add2cbcd5a9ef307de59 3,143 1.00/1.00 vMB 5
890,678 890,678 00000000000000000000f6991578409662439ed3358a3698520156197e8abeaa 3,936 1.00/1.00 vMB 5
890,677 890,677 0000000000000000000041df00e3a62a2afb38e55a726d4faf786c0bc41a8209 3,295 1.00/1.00 vMB 1
890,676 890,676 0000000000000000000217a5a1906df2c6703e26b2ea5c528d21f41cf1d5193d 2,386 1.00/1.00 vMB 2
890,675 890,675 000000000000000000021e508807efd54a11b6de92cf95f5b5550a777e32d95b 3,365 1.00/1.00 vMB 5
890,674 890,674 0000000000000000000163a9181f29063dc0701b6077efa894a92b98fcaa0589 403 1.00/1.00 vMB 1
890,673 890,673 000000000000000000002ab79e58b844ca99704fed2467606ca70d15a822b188 2,986 1.00/1.00 vMB 3
890,672 890,672 00000000000000000001e9a9e32174b80574daa33cb3bf885ca5f484f1689d65 3,033 1.00/1.00 vMB 4
890,671 890,671 0000000000000000000004d7d5fca42fd07d6e9818a4640de0c31807a18e1acf 983 1.00/1.00 vMB 1
890,670 890,670 000000000000000000017e3d8c056f7bd4ebd3787f5575f297d74f5c960900af 2,906 1.00/1.00 vMB 4
890,669 890,669 0000000000000000000278bb4187ee627e81ffca31ad697bdfcab15250e2f2ff 2,889 1.00/1.00 vMB 2
890,668 890,668 00000000000000000001e2fe4c8dedd0e86a37a44737ac59964e4eebd9fb16de 2,702 1.00/1.00 vMB 5
890,667 890,667 0000000000000000000125b5b83e0b720a690007691ffb4f3f62dbf356087cf9 1,275 1.00/1.00 vMB 2
890,666 890,666 000000000000000000013de86d7161bbd0e82bda376d73414140f2b7cc780efd 3,454 1.00/1.00 vMB 4
890,665 890,665 00000000000000000001c5c28c2bbc4c2ca86352b84877c277e954db0faa5e17 2,129 0.93/1.00 vMB 1
890,664 890,664 0000000000000000000211e8925d1366c0447d2d9d2d71cc9bc46d6ba76df73c 1,468 1.00/1.00 vMB 2
890,663 890,663 0000000000000000000128fab70b5720096fc2fb63296a7578a29978dd4cdba3 3,352 1.00/1.00 vMB 3
890,662 890,662 00000000000000000000d3aa6e7928fddcdb8f8be296ac2a371f4200ef9b049b 747 0.43/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.11 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: 734.05 GB
    • Received: 18.55 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.