Loading Tool

Explorer IconExplorer

Memory Pool

47,730 transactions
27.21 vMB
0.06777992 BTC
Random Selection Loading Transactions
Max Size: 144.95/200 MB

Candidate Block

Mining Attempt 0e9f49b8047b1817ea2d297fc536b8328f1133ece254d9a459bcf162aa1eb788
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root bd2d5bb7ba7f4786e8bbaed16921f45b0d9b3b6c7e2fe437da04a3ee9c02c96b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01707439 BTC
Feerates: 100.17 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (68,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,572 846,572 00000000000000000002f0187bf20b369d1994ca6c4da1d5b6574249478c76f9 4,530 1.00/1.00 vMB 26
846,571 846,571 000000000000000000013c6e938ec23c5a531727ff970d8bb50876254778c504 7,370 1.00/1.00 vMB 20
846,570 846,570 000000000000000000012b8c99f288096bd53d9ed8d43ed54c1cd1ce98235b9b 3,739 1.00/1.00 vMB 26
846,569 846,569 00000000000000000002317b054a85d524d5350f6bf6449b19ee99269b3df137 6,839 1.00/1.00 vMB 22
846,568 846,568 0000000000000000000158c22077b29043b377860cb6dc6ac172597c0e68b325 4,635 1.00/1.00 vMB 21
846,567 846,567 00000000000000000002f3d15c319728c51c0a53d9da7cfe1414c2d40bdc0ec9 3,413 1.00/1.00 vMB 29
846,566 846,566 0000000000000000000054dd072771bd535f44397c33c7d4f11e643d445bc9f6 4,394 1.00/1.00 vMB 33
846,565 846,565 00000000000000000000e6c9d5f598873801205b107a64c2280a04d9dff07b96 6,289 1.00/1.00 vMB 39
846,564 846,564 000000000000000000023110fa3b42c61995b37f3692a87cc15a36d65cefaa3a 5,196 1.00/1.00 vMB 37
846,563 846,563 00000000000000000002ac5fad3813ce3b90d720ceff4cee69c1f0e36ded7664 2,823 1.00/1.00 vMB 38
846,562 846,562 000000000000000000011fe32d4ee94949d621ab93d06cd112e45c8f15d8d956 5,621 1.00/1.00 vMB 21
846,561 846,561 000000000000000000029a88ca90b63c09e56608d098defe6be14b9d61f7c338 6,251 1.00/1.00 vMB 23
846,560 846,560 00000000000000000000c783039e838ba4e7f0518aa7e7a6cbb4f6e8ea32d5f8 4,876 1.00/1.00 vMB 26
846,559 846,559 00000000000000000000b8ffa587151003d83a9c26eef24964f12cb46950036b 4,192 1.00/1.00 vMB 27
846,558 846,558 000000000000000000002379f4777705221c6c110ac3649a5c913d18c481cb9c 6,090 1.00/1.00 vMB 21
846,557 846,557 0000000000000000000050b8231482a5770807e0b05bc9e673b81d16102bd338 5,546 1.00/1.00 vMB 25
846,556 846,556 00000000000000000000ff6f217b838c98db6973f2d5850a72ad82faa3c88717 5,689 1.00/1.00 vMB 32
846,555 846,555 00000000000000000002d1919ec83793cab862e59e87b8478a49c401871f37f0 5,705 1.00/1.00 vMB 30
846,554 846,554 0000000000000000000063a39cedcbba0931f6092c077a3a18f35d1c7ab6baa1 3,913 1.00/1.00 vMB 33
846,553 846,553 00000000000000000000eba54fdf89c5d4707e51bd61452d48ef2253b3a69bc1 4,748 1.00/1.00 vMB 24
846,552 846,552 000000000000000000007728160144449450ac99cd5e624fcbe698cf5ade4618 3,877 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.07 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.