Loading Tool

Explorer IconExplorer

Memory Pool

79,236 transactions
21.84 vMB
0.10481574 BTC
Random Selection Loading Transactions
Max Size: 145.23/200 MB

Candidate Block

Mining Attempt ed96f7b74eedf7d9f76c90b692207505d6dc86463fdb44934496240e7769796c
Version 20000000
Previous Block 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714
Merkle Root 1787b75d068b5dbb095f4aa84dd0707c277538679345f2d50a6ae9711257887b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,605
Size: 1.00 vMB
Total Fees: 0.04753581 BTC
Feerates: 181.27 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,008 (832,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,604 83,604 0000000000027e62ef7c1fe6ad7f482b9b5ec8f6848262112458bab276e713ab 3 0.00/1.00 vMB 0
83,603 83,603 00000000001d56ee2bb79ed63819edf583d25967290cacf79667cd24e4fbfd37 1 0.00/1.00 vMB 0
83,602 83,602 0000000000302f8aa00c8f7f71b63ca8da3b3c7add2d66db7c7794c7f385ea62 1 0.00/1.00 vMB 0
83,601 83,601 00000000000a67be715430acbc273f236565502d5e04d1aabcd3913f4e57018e 1 0.00/1.00 vMB 0
83,600 83,600 0000000000080baaad6157104f3785c633ffbeb6db8850ab773e0966e94b5044 8 0.00/1.00 vMB 0
83,599 83,599 00000000001fc106e0bbfba497b45db78f6d712501cf0be49e95a92a3ebb79e7 6 0.00/1.00 vMB 0
83,598 83,598 00000000002d44143c8dfdaa772492bc82a4802b45ed32f3af705acd3a7a81c8 3 0.00/1.00 vMB 0
83,597 83,597 00000000001e2fe994edcc82bc7b24e96b055e1e9bb6e28bc5fe53184317df6e 10 0.00/1.00 vMB 0
83,596 83,596 000000000016ae086b04ae888fcc1dfc5e9a3561228300a8cc337cd5ca5ec329 3 0.00/1.00 vMB 0
83,595 83,595 000000000004dab7e1ae279af49dd0c6f30e231ef2cd024391ca3cd35114bf75 9 0.00/1.00 vMB 0
83,594 83,594 0000000000071bfe7ddd4f93b7487563fc6f47e6ecd478c185b95d039eca7031 3 0.00/1.00 vMB 0
83,593 83,593 000000000015e76699613b8004386ae99e903b07e296495833117f8a2a0f29dc 1 0.00/1.00 vMB 0
83,592 83,592 000000000005b4911ae61271e0c94571bfe5e041330cecafbdab66a7f5d5938d 2 0.00/1.00 vMB 0
83,591 83,591 000000000013372ba8206ccafbd01c8511c0ac506ea8d4b2d388dd6150d411f3 2 0.00/1.00 vMB 0
83,590 83,590 00000000002fd8eb06790100f96142df6cc6a7428ce9c01ed9c701a633a8008e 2 0.00/1.00 vMB 0
83,589 83,589 00000000001e85efb10835f630010a4c240ef1250e7a491d53905c54e96e0529 2 0.00/1.00 vMB 0
83,588 83,588 0000000000119e5c75d43221f15249f6261adb1c15d188802557fc7d631c2edc 1 0.00/1.00 vMB 0
83,587 83,587 000000000011d603a2ef6626f7a3d45a0df69023d7260a210f5afab9006efc89 1 0.00/1.00 vMB 0
83,586 83,586 00000000000bb5e7be5142eef02f866871a93eb38c86e3d79e8d1d5d3552336d 1 0.00/1.00 vMB 0
83,585 83,585 000000000004159a0b78bf0e166f4aa6a0e0c95f8dfcb0db50a1662078ca562e 6 0.00/1.00 vMB 0
83,584 83,584 00000000000aa689a7477d7d4cdc98667bd397bdff052f13fdb2b579bfed167a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 810.28 GB
    • Received: 23.32 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.