Loading Tool

Explorer IconExplorer

Memory Pool

83,296 transactions
30.17 vMB
0.13154704 BTC
Random Selection Loading Transactions
Max Size: 183.52/200 MB

Candidate Block

Mining Attempt ffe51a30643b30703ac7070f80b7da2a867258abc9e83746cd0ec0681a71dc2f
Version 20000000
Previous Block 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8
Merkle Root d4016a05e7e23e2eb5f8b4eaca3bede45d9b4833f4ae66256291835bb5483f72
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,495
Size: 1.00 vMB
Total Fees: 0.06685429 BTC
Feerates: 641.71 > 6.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,080 (141,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,452 773,452 0000000000000000000739fecf97c8e60a14c4958a6bdbeb7283541a1cc254b1 2,422 1.00/1.00 vMB 12
773,451 773,451 000000000000000000077a2108971924a92f92638779df85bfb6bcdfdba6d72f 2,651 1.00/1.00 vMB 21
773,450 773,450 0000000000000000000776a0fd2cf7af33a9dcc3304c221dfe208550afc9917a 2,567 1.00/1.00 vMB 34
773,449 773,449 00000000000000000003f86664ad0fdceaedd1e33bf021bbbf62c0c9fddda904 343 1.00/1.00 vMB 2
773,448 773,448 000000000000000000017ec53fff9e224687b85f0ec432df00202b71684d9026 1,356 1.00/1.00 vMB 9
773,447 773,447 000000000000000000040a20a26c5e7673a9dc68d6d7ff70673f77b493322808 2,060 1.00/1.00 vMB 26
773,446 773,446 00000000000000000001ca8bc1e1a3a9c8dc845744767bd581e92c4952c323be 1,260 1.00/1.00 vMB 9
773,445 773,445 000000000000000000020e64d1963d9373c0da379c88e8eeb25a4f42d17ae499 3,033 1.00/1.00 vMB 15
773,444 773,444 00000000000000000000fd5f20c000290579d1af5682e023ba07fa7b05889c65 2,637 1.00/1.00 vMB 5
773,443 773,443 0000000000000000000603b039368eb23b455b38bdd3cd81982af39dd117df8e 3,289 1.00/1.00 vMB 11
773,442 773,442 000000000000000000005f7ec57bb730011633af219beb29381862e07ed24944 2,612 1.00/1.00 vMB 2
773,441 773,441 0000000000000000000236dc169717847cdf49931772a0745c6c9282a5787fb4 3,089 1.00/1.00 vMB 15
773,440 773,440 00000000000000000005adba24b56f6e5e19a96f433bf756b545274d4ea15236 2,099 1.00/1.00 vMB 7
773,439 773,439 0000000000000000000358cfd91bf85eb9d77b37f5e8a996ba8bb29bd9e1cb47 2,031 1.00/1.00 vMB 9
773,438 773,438 00000000000000000001e9690e9b140e4c46f3004c1f4b3fb9a62e71274f9191 2,317 1.00/1.00 vMB 10
773,437 773,437 000000000000000000071959db290b76f10aac364e70d7a4df4aa161432574ac 2,902 1.00/1.00 vMB 24
773,436 773,436 00000000000000000004f9a6cf8a206d099dd3701644acb7dc94979f57b69cd3 2,699 1.00/1.00 vMB 14
773,435 773,435 0000000000000000000242df38cf775ab97b6b122ca8b69d805f1c681554bbb9 2,152 1.00/1.00 vMB 20
773,434 773,434 000000000000000000064e1216be5c918cf2ead4e3c3e8a5047bfb29c4c4dae2 4,001 1.00/1.00 vMB 8
773,433 773,433 0000000000000000000510f279d1554d81bafe59eb1f6b8f54fb7e7d22354140 2,466 1.00/1.00 vMB 10
773,432 773,432 000000000000000000051be9e1f2a905d454cfce78d91ef7f406c41b17e14d4b 2,266 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.53 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: 668.99 GB
    • Received: 15.69 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.