Loading Tool

Explorer IconExplorer

Memory Pool

83,674 transactions
31.27 vMB
0.09745263 BTC
Random Selection Loading Transactions
Max Size: 191.88/200 MB

Candidate Block

Mining Attempt 1a1ad2cc02bc2b6a8d21a32cbb15e985e90384b8ad7fca5d785357ce11c9731c
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 11a4884689a0529aebefb13909d155f2dec70e4de37cfd7fb2678f9220ef65bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.02682776 BTC
Feerates: 301.57 > 2.69 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (565,458 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
349,766 349,766 000000000000000013fe67ec76cc1b0c205bc7b0722c76a91e6dcb8d68998e58 1,184 0.61/1.00 vMB 28
349,765 349,765 0000000000000000057e5ca65e217721635e8e0db8d598f1c464e16132924100 301 0.20/1.00 vMB 20
349,764 349,764 0000000000000000118a403c3da7909a0ad449d89dff6fa46ee95c2ddeec0e8e 428 0.31/1.00 vMB 16
349,763 349,763 00000000000000000c56de64ddf02a37747b16f158049660c955ca2faa9daba1 560 0.28/1.00 vMB 27
349,762 349,762 00000000000000000ed8548c60e02a7be382b664632a02a713ca1d315f7b52c9 1,021 0.49/1.00 vMB 26
349,761 349,761 00000000000000000ef5096b84653cede45b4a86ed383fad3d11ea7f1be52b6c 2 0.00/1.00 vMB 0
349,760 349,760 00000000000000000259b9a4e2a1106ad6e2f97f240c77c3b97c675d0df36314 513 0.29/1.00 vMB 21
349,759 349,759 000000000000000010259b2ec835e408005cb48b0bdeade32ed0c67db9f35c62 1,360 0.71/1.00 vMB 25
349,758 349,758 000000000000000011e01fab42f41ac2f16477f4d9e92b0912ed798abe173948 133 0.10/1.00 vMB 16
349,757 349,757 0000000000000000095d79b13fd6e07838d7206b2d3ef5b5f357d42cbf5e4085 431 0.22/1.00 vMB 25
349,756 349,756 000000000000000009da6f27c49c6101bde18b242af9cad6a58d9901b3693e90 261 0.15/1.00 vMB 19
349,755 349,755 00000000000000001591c3a231a91e84d9aeb0fa18e22dc7224a681bdd37006e 440 0.23/1.00 vMB 26
349,754 349,754 0000000000000000082d6903b3da902c5fca14fb4d6d29510e54581a6d9aca44 172 0.15/1.00 vMB 16
349,753 349,753 0000000000000000149a4f76c07945184daf7cc65a5499b1eaaa9f70a1a1f9c4 988 0.58/1.00 vMB 22
349,752 349,752 00000000000000000c695569f14802ef86e5eaf91b14ceae084fcf2f38b627d4 840 0.44/1.00 vMB 28
349,751 349,751 0000000000000000097a888938f3efcdc09ead78a945a290f771d606365cb5b2 101 0.06/1.00 vMB 28
349,750 349,750 000000000000000011eb5618d50e4d51f0a26cafc88e636de91f4dc51dd14e70 16 0.01/1.00 vMB 28
349,749 349,749 00000000000000000374f5e8c82140f1a5f0e3bd7d2885d6df0333f373ca03bd 340 0.16/1.00 vMB 29
349,748 349,748 00000000000000000db3f8239b1db14ee2bb7a9ddf288f98b1a2d3133405f4f7 94 0.10/1.00 vMB 9
349,747 349,747 00000000000000001241288ed652109abc2e990aa7fcdbc57bbe1ff768eeaec3 314 0.15/1.00 vMB 26
349,746 349,746 00000000000000000c5d340007657963de5f325ae89bb0dd3f353c9c5bf42ed9 78 0.03/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.78 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: 709.58 GB
    • Received: 16.92 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.