Loading Tool

Explorer IconExplorer

Memory Pool

77,086 transactions
28.92 vMB
0.06666381 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 1e4a914bcba1d017f3ecfe063a0b32434766d2518284a149ac79c383a53d7187
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 86f059aaffa111c7a9f86aa386644a01a10fb362a1775e2ed7e7f04d0c4114ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,993
Size: 1.00 vMB
Total Fees: 0.00362844 BTC
Feerates: 40.21 > 0.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (274,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,195 641,195 000000000000000000014b8030f764322ed7414018e5d09b0a95be87b3686498 2,865 1.00/1.00 vMB 154
641,194 641,194 0000000000000000000cee086790fe52119cb9b45afa14d45ce7831e318e8f00 2,799 1.00/1.00 vMB 168
641,193 641,193 0000000000000000000fa54e5ea1f2ebb846b3cfacd3678b91f92adc088eaf68 2,372 1.00/1.00 vMB 154
641,192 641,192 0000000000000000000c099905ee4e51e8a3c31fb4a067929ba78fa68248543e 2,645 1.00/1.00 vMB 195
641,191 641,191 000000000000000000080169b51429a2c4bdd65a306f845ffba2237bac97dfe3 2,756 1.00/1.00 vMB 189
641,190 641,190 00000000000000000000ec1eb5a60feadb90399e3e3fbd49572f6885b038b86f 2,461 1.00/1.00 vMB 161
641,189 641,189 0000000000000000000d436337066b2b20b671fdae09ac510ed4ec12bf699514 2,235 1.00/1.00 vMB 189
641,188 641,188 0000000000000000000883fc3e02b593e54faf365abf75eba07eb38f2aca6895 839 1.00/1.00 vMB 223
641,187 641,187 000000000000000000015ee02d2a402ef55213db307ceccf96e739cd976bdc93 2,380 1.00/1.00 vMB 150
641,186 641,186 0000000000000000000cd378b6fe5e30078b0df7f1e4e068c3bb74a836a97e5e 2,030 1.00/1.00 vMB 150
641,185 641,185 0000000000000000000dcf8f218da36957a6114dfe87bbf81d40f6ae518ea1a3 2,638 1.00/1.00 vMB 147
641,184 641,184 00000000000000000005cad3ea61b34df817aaed56d6f79de2b293b801df6e5c 2,236 1.00/1.00 vMB 167
641,183 641,183 0000000000000000000d4c9956ad3a1e8261aed0985396593a40c8f210a40087 2,641 1.00/1.00 vMB 128
641,182 641,182 00000000000000000008d040fe8b5d91eb5adc22d6464c0bde0af2d99b69c22b 1,824 1.00/1.00 vMB 152
641,181 641,181 0000000000000000000000f9794a504f24ef5a8376bd71999f5c1be0cb030178 2,710 1.00/1.00 vMB 156
641,180 641,180 0000000000000000000e25929126d3c5b866f8253a102399484bd272558952b8 2,441 1.00/1.00 vMB 176
641,179 641,179 000000000000000000074ce7ad704e69640be3a99e2512bdef1868d69d5f17fc 2,563 1.00/1.00 vMB 127
641,178 641,178 0000000000000000000c28a3078bc0bd7be0dff669017eb86a3a8e4bae185b3f 2,592 1.00/1.00 vMB 147
641,177 641,177 0000000000000000000a2de31e9645e233ed0175099db13a605c8ec2dfacf990 2,732 1.00/1.00 vMB 159
641,176 641,176 0000000000000000000c396669680071f87a36e157aa6cbbf796b2a4b2e2fb24 2,396 1.00/1.00 vMB 198
641,175 641,175 0000000000000000000e8412754d06fc8d95be502d6067db5d405aa300c40b35 2,833 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.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.