Loading Tool

Explorer IconExplorer

Memory Pool

74,628 transactions
21.23 vMB
0.06359616 BTC
Random Selection Loading Transactions
Max Size: 138.25/200 MB

Candidate Block

Mining Attempt 3563087626bff8ba6c4533c8dab588af7cf5ba5b130216094559dec5180a711e
Version 20000000
Previous Block 00000000000000000000fe09e375226da31e6de1ebe6ec7bb591cf5b1b7ed65f
Merkle Root 7704f71a1b1625103aa0870829994af0bf989e52d3e0a0820e21043ad93f074f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,086
Size: 1.00 vMB
Total Fees: 0.01511608 BTC
Feerates: 40.21 > 1.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,208 (848,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
67,590 67,590 00000000005ea6bb8562422741eadb483e132cc769de759dd1b8c7c4bf6b5d03 1 0.00/1.00 vMB 0
67,589 67,589 000000000018f36076cbd485820417e5dbe7ae1ef603c47ac203b924426b9b2f 3 0.00/1.00 vMB 0
67,588 67,588 000000000573f21df4ffb42e367b9203e3c6c247a1638afec6d93b0bfd71268e 1 0.00/1.00 vMB 0
67,587 67,587 0000000003cf82071e0f97da37c29023a993603c193d3de71c3de48d386745be 1 0.00/1.00 vMB 0
67,586 67,586 00000000031863d1b3095cf5045c30eb7b8e4c076f711698119938b0ae5b925f 1 0.00/1.00 vMB 0
67,585 67,585 0000000000e3e77a019250c90203e995dbd1ff020d0ab5cc43df881d8637b7a0 1 0.00/1.00 vMB 0
67,584 67,584 0000000002e5824ab201cf9ddf354c0aed5d088641cca2cc728b94b484372c82 2 0.00/1.00 vMB 0
67,583 67,583 0000000005856605d2b82a0479259c86bfbc1ab3ae491e46b789acf0c3a32a15 1 0.00/1.00 vMB 0
67,582 67,582 00000000038f0b97e15e293a88aed45fb00e5ce1b6b058bd844f7eb6c69b1cb3 1 0.00/1.00 vMB 0
67,581 67,581 0000000001dbc59a6da8ec18117bf6b1d521f069a9025112eaab22ce219035e2 1 0.00/1.00 vMB 0
67,580 67,580 0000000003f3f1c009ee1bae99c50ad2a9e7703bdd9259816fab23aabd6cd0ae 1 0.00/1.00 vMB 0
67,579 67,579 00000000057dc9e34c06f0a0f6aec2fb7cb889dc54c88d333c3340d1145fc2fa 1 0.00/1.00 vMB 0
67,578 67,578 0000000000853d41d210e2473ad93c429c6e29e281458f22befe59b60bcaadea 1 0.00/1.00 vMB 0
67,577 67,577 00000000010e9384cc834933c4237b45fc0aa2a68f3e000e7cdb2c39bdc4244b 2 0.00/1.00 vMB 0
67,576 67,576 0000000000aafd55ddf23b2cae8ab3b8e8e0ace1c6772f35186a02561bed1117 1 0.00/1.00 vMB 0
67,575 67,575 000000000449c63117662403481e5b76842d9161a606ef2b694cdb07adb98aa6 1 0.00/1.00 vMB 0
67,574 67,574 0000000003e4272a2e0095adfe79fb8248e4258dbde6ebdecd80f65061d42d75 1 0.00/1.00 vMB 0
67,573 67,573 00000000035744fc63227047760677ba350c5b16ecb8766b3794d38bc4a43749 1 0.00/1.00 vMB 0
67,572 67,572 000000000574914f966dc8da23cfa74ab0108ef3ba470729847d2cc7b575dfe8 1 0.00/1.00 vMB 0
67,571 67,571 00000000014f095186bfb905d306c0456734df888d0f94cc26d6f2266b477ce8 2 0.00/1.00 vMB 0
67,570 67,570 000000000495ad28ff84314c77f5cac5107d564080a1727988116af8ca899b4a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.47 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: 824.28 GB
    • Received: 25.01 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.