Loading Tool

Explorer IconExplorer

Memory Pool

86,862 transactions
31.76 vMB
0.11569811 BTC
Random Selection Loading Transactions
Max Size: 192.29/200 MB

Candidate Block

Mining Attempt cb5651a67ce0e73a5a8145041ab0a66a4c4141c6bec86abfba9cdbd6f04a266d
Version 20000000
Previous Block 00000000000000000000ffda920f705e0b40f69b2032b14eb1181fe10feae91a
Merkle Root e7321dc116f199adb28f7e82996506b9b7b525095470e9e39252ce381695a917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,531
Size: 1.00 vMB
Total Fees: 0.03464785 BTC
Feerates: 547.69 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,956 (390,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,004 524,004 0000000000000000002e18bfb47a6e70db8483f4fd2e5e9fe014b85f74f78d53 764 1.00/1.00 vMB 36
524,003 524,003 000000000000000000351ab6682f60919c87d9c1a9c5a0911cecc67c5f0e47c1 725 1.00/1.00 vMB 60
524,002 524,002 0000000000000000002680100499d956f2c45894b82ff109fed11ca6ce9c0ced 2,180 1.00/1.00 vMB 30
524,001 524,001 0000000000000000001196f00272283935fabb908aa162f9207dd96ac012c67c 2,539 1.00/1.00 vMB 42
524,000 524,000 0000000000000000001bea2335a21ec3b6ffad22368b168714a7fbf0a4c68fe4 1,413 0.67/1.00 vMB 8
523,999 523,999 0000000000000000003f9b5d372cce4b117bb7a8e24a9f094d8a395276fc59ef 2,331 1.00/1.00 vMB 41
523,998 523,998 00000000000000000025727c46a06d982260e0ee2801be77aa3093d9dd152c08 2,120 0.85/1.00 vMB 24
523,997 523,997 0000000000000000002720b17674ce908063265a723589d81a43b5286c0d8afe 1,536 0.56/1.00 vMB 44
523,996 523,996 000000000000000000043908a5aa0e408aa4e48d72a3bd244b6bd98dfd345b2c 980 0.42/1.00 vMB 26
523,995 523,995 000000000000000000258d33026e5c2a93b8493769f4353d95eab1abd8b8c10a 2,042 1.00/1.00 vMB 40
523,994 523,994 00000000000000000041e5a2c0e3a263874c5bfa6d4971e507a3fe5d080321d6 1,869 0.97/1.00 vMB 5
523,993 523,993 00000000000000000030de5a2dde534f52cb5db7a6fe5028ecf3d20572d53635 2,744 1.00/1.00 vMB 49
523,992 523,992 00000000000000000003da1674aa4e0cd0d1507048da5c178cd656511a890785 2,487 1.00/1.00 vMB 46
523,991 523,991 00000000000000000022ef2f8db2f9e46725878ab00a9d38945d55fff61b209d 1,206 0.50/1.00 vMB 32
523,990 523,990 0000000000000000002d11443d13bf34e7c1e4dab95d45360998ef5a0b68c38b 983 0.66/1.00 vMB 3
523,989 523,989 00000000000000000041f94fdf0f4fe1d5a486dfe65b47bf5960020c2f1de3b2 2,325 1.00/1.00 vMB 45
523,988 523,988 0000000000000000003882bb3554816a68ee175057c58fa7c03bc1a1eedb0e3c 1,116 0.55/1.00 vMB 19
523,987 523,987 0000000000000000002c5784bb6a0d1edf3ffa4c40ce34e45ab24ee46f162037 1,688 1.00/1.00 vMB 15
523,986 523,986 00000000000000000014584e8148b01f4470b8f4a57bc1c0d7080f0daefec704 2,325 1.00/1.00 vMB 42
523,985 523,985 00000000000000000021388cb6cb63d61103a9e864118ce76ef46ee188cf363a 145 0.26/1.00 vMB 7
523,984 523,984 00000000000000000029733e20a3408a9855461b9363b7317d711ff0bc2ad365 618 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.31 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: 660.23 GB
    • Received: 14.64 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.