Loading Tool

Explorer IconExplorer

Memory Pool

78,660 transactions
29.35 vMB
0.08426781 BTC
Random Selection Loading Transactions
Max Size: 177.37/200 MB

Candidate Block

Mining Attempt 56c6b4c329ff97f5b68be28393cdec7ae65dcc75153440c855fdd1b1a0fc7e1a
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 379cd0dd393a0b0d7b0abee699f0a6b1eea551345a377e21227feb4f8949cceb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.02263464 BTC
Feerates: 95.73 > 2.27 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (139,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,598 775,598 0000000000000000000256c34bbc5f7f6de139fd3d643f2def1f31595709f52f 3,839 1.00/1.00 vMB 22
775,597 775,597 00000000000000000005ee1f35584c87c5e881295d13ad5381e06e5d06cada90 3,241 1.00/1.00 vMB 27
775,596 775,596 00000000000000000002748602deaa725b184575d4920d27ffbeed3328d0e549 3,643 1.00/1.00 vMB 25
775,595 775,595 000000000000000000038f019ed80618a55d9596806a477f235402c9a29cee07 2,783 1.00/1.00 vMB 13
775,594 775,594 0000000000000000000202ddc0a8a09a5e5a78045bea2c183eecdbb83ce0ccd8 2,848 1.00/1.00 vMB 21
775,593 775,593 000000000000000000038440e931a6d20d9fd22746c39902965eb3a5466dc128 3,432 1.00/1.00 vMB 24
775,592 775,592 000000000000000000061f3d1539f49dcb4f22f2ddca048d9190ef58a1c3ea19 2,516 1.00/1.00 vMB 13
775,591 775,591 0000000000000000000406ae0a9c47ffa6265f60b23c554d09e06c1a231be21d 2,395 1.00/1.00 vMB 10
775,590 775,590 0000000000000000000671d800a9bd3bc800dbeeaaa7ae88b63969a6eba4d34f 2,041 1.00/1.00 vMB 14
775,589 775,589 000000000000000000042786f6d23075eb6a4a24f84f9f621ee671400f4f4d5c 4,098 1.00/1.00 vMB 17
775,588 775,588 000000000000000000066e788a7b3d635c60129aa73e1e61f75c5a0835bc7683 3,168 1.00/1.00 vMB 21
775,587 775,587 0000000000000000000624fe19443f2d829dac4b1b709ee0c185b3df39e8f000 3,628 1.00/1.00 vMB 28
775,586 775,586 00000000000000000000a0c823feaa15a2567b27c253b3a251a7ce54f0f644cf 2,049 1.00/1.00 vMB 11
775,585 775,585 0000000000000000000455b4a677b74ab191542a5b6fe2ce3d2f465f66367871 2,092 1.00/1.00 vMB 12
775,584 775,584 00000000000000000004310d3a058240eee404ed3e4e2edf89b2058fea15cb24 3,912 1.00/1.00 vMB 20
775,583 775,583 000000000000000000063375946419b16b8b7039b0d0c87bb8130e16e0ac746e 888 1.00/1.00 vMB 2
775,582 775,582 00000000000000000006254ba97e2ed4d0d82c1a2d63a891372a1476ac57ddf4 2,590 1.00/1.00 vMB 9
775,581 775,581 00000000000000000000cb80fb8a7dfd0793172f0d4fe2a0d26dbce66280262e 2,719 1.00/1.00 vMB 14
775,580 775,580 0000000000000000000343e58a16545a7b3d54d6a8fa35792e90f89eaaf19970 1,887 1.00/1.00 vMB 8
775,579 775,579 0000000000000000000114f83445272c8619ff463566fee944ea6fc311f76b90 1,242 1.00/1.00 vMB 4
775,578 775,578 000000000000000000071828447636699dc727140a6cb3522448d17f0c800270 1,644 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 674.98 GB
    • Received: 16.43 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.