Loading Tool

Explorer IconExplorer

Memory Pool

82,639 transactions
30.95 vMB
0.10779196 BTC
Random Selection Loading Transactions
Max Size: 186.15/200 MB

Candidate Block

Mining Attempt 3211af094ebd389e484028950dbb8306bec46bd8d66d05c58dccc48e8a3ebbc7
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 0458dca79e5ee4ac5d56a2ba3540fe91fe4bcfa24e80b3c5a0ae02129d0b3b20
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.03795198 BTC
Feerates: 163.06 > 3.80 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (807,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,871 107,871 0000000000005424b833ab1c1c2cc3afd97d6e0e98e737050265761f9220115c 9 0.00/1.00 vMB 0
107,870 107,870 0000000000018cf821cbe0915d8d236ddadbe6cfb2ed9325074b4b008e5e5eaf 13 0.00/1.00 vMB 0
107,869 107,869 000000000001d598e022233aabcd1ac65d1704a24e3e0112f2da85aa3ca4ffea 1 0.00/1.00 vMB 0
107,868 107,868 000000000001a16efffc99eb9ebf8254fd41c3bac26007c72c786bdb5b2d2bc9 10 0.00/1.00 vMB 0
107,867 107,867 0000000000022e5ddf2ca04e3009843015c8e0162a0822c243f157507e5f88cf 26 0.01/1.00 vMB 0
107,866 107,866 0000000000015be2f7a292691c1465f360bf2a9da87c73e93c63a3b3795e7759 1 0.00/1.00 vMB 0
107,865 107,865 000000000000de0a7bbefb8fbdac1ce67676463437e0dd7dd992fe45553da65a 3 0.00/1.00 vMB 0
107,864 107,864 0000000000011c026c230b991c915e9c2ec06dbcaefb51367688a9da8d69e8bd 1 0.00/1.00 vMB 0
107,863 107,863 000000000000c8472fd899b408d834275ff6ddaa87d694887da06a28dece85b3 1 0.00/1.00 vMB 0
107,862 107,862 00000000000184a758610996feceef4b0248bc7698f8b4398904daedb0f0e679 1 0.00/1.00 vMB 0
107,861 107,861 00000000000175c1f57e2ad85edd2935299a33059a2f05e26a85a9184338fb92 2 0.00/1.00 vMB 0
107,860 107,860 000000000001131e82d1a2cee4744984ad59fee04628137f476aa9d15ca4e75a 9 0.00/1.00 vMB 0
107,859 107,859 000000000001a9ec9f2d6ecbb4c9ca7dd9991e3096a7622372f39e806f53e343 1 0.00/1.00 vMB 0
107,858 107,858 0000000000008a0ce50e42bd76954343c4d341bbe25714d4c278f0182d5590bd 9 0.00/1.00 vMB 0
107,857 107,857 0000000000012165c81812bd38eec2ba253af130de11bfc25562abcbc22cf27b 10 0.00/1.00 vMB 0
107,856 107,856 000000000001bbdfc6520678c2ec4de2564832b6d4670cb5fa966ac3dda18f9b 1 0.00/1.00 vMB 0
107,855 107,855 0000000000014298811004664fe11b8f1ac415d75882a1789b1249c15d54ca52 6 0.00/1.00 vMB 0
107,854 107,854 000000000001bba2730cfd6a6cfc7ba6b1006772f935258ef17c4421d911612e 2 0.00/1.00 vMB 0
107,853 107,853 000000000001b544a234ad32f75d6957989611e55a6c96136fd9dadd9c0d895d 4 0.00/1.00 vMB 0
107,852 107,852 000000000002725412d021a2c6f62312184d0285de12f0f2141f802e88e7900a 21 0.01/1.00 vMB 0
107,851 107,851 000000000001c70fd5235e5f3c6a6b3c96fc002b834a72b950d825961d4aa916 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.69 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: 695.17 GB
    • Received: 16.51 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.