Loading Tool

Explorer IconExplorer

Memory Pool

78,395 transactions
29.76 vMB
0.11419736 BTC
Random Selection Loading Transactions
Max Size: 178.84/200 MB

Candidate Block

Mining Attempt 09c3866a96ab6dbcdce9cc294c34fff0e98ab71db0fe024fe25adb61f3e92518
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 0cf5e3630386402f57909e3ab1b8a430bfb32c44e206f0e899fb6eab280e395a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,106
Size: 1.00 vMB
Total Fees: 0.03377912 BTC
Feerates: 660.76 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (421,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,784 493,784 000000000000000000157d69f0913b855ee481f77f7f3eadd408eba64ca5626e 2,311 1.00/1.00 vMB 288
493,783 493,783 0000000000000000009d9806d4b06a7790075782eb0485246ffc83a068bcd208 2,290 1.00/1.00 vMB 225
493,782 493,782 0000000000000000006ab6717ee0e7e45fe4da0f3887d514da4961dc151e50ae 1,516 1.00/1.00 vMB 51
493,781 493,781 00000000000000000099a936d69bba629873a0d24391ee99630d49be90e78aa8 2,279 1.00/1.00 vMB 221
493,780 493,780 000000000000000000af3bfa1902bd997529740196a3ee37951332f7e98f1648 1,503 1.00/1.00 vMB 148
493,779 493,779 000000000000000000b15c27dbe24f40f52e3e56d8f4992fbdf5ff1177a7e6df 2,326 1.00/1.00 vMB 106
493,778 493,778 000000000000000000b9c35cac078e4f0d1359dc321f9b099ee4b1ca2775baad 2,129 1.00/1.00 vMB 189
493,777 493,777 0000000000000000001360f423b0d90a94bcd464a401a3b4aeff983d9b18b72a 2,393 1.00/1.00 vMB 149
493,776 493,776 000000000000000000742402d088ed31a527392223982923e3f73dc4dc4e7d2f 2,430 1.00/1.00 vMB 196
493,775 493,775 00000000000000000019f2e3e09090e5ac0fa9da649001fe69d0f920fe076808 2,586 1.00/1.00 vMB 310
493,774 493,774 000000000000000000bced6cf2b24ad5220fa03c30bbbe79151d2b3662b9186e 1,946 1.00/1.00 vMB 73
493,773 493,773 00000000000000000038f3e6bb3edf14bf57f12532f94eaaf4e2fa20f94ab74d 2,236 1.00/1.00 vMB 77
493,772 493,772 000000000000000000a31ec6e66f77cf9adea162d5e4ad17b7a0ca44242a50fd 2,458 1.00/1.00 vMB 166
493,771 493,771 0000000000000000007430950ff34186772a2c46cf1a50b81ad054ed3dbe9ba3 2,742 1.00/1.00 vMB 252
493,770 493,770 00000000000000000026cb23e04c5f8451001e7c16ffac1ae37a203c1d4ed829 2,371 1.00/1.00 vMB 162
493,769 493,769 0000000000000000000f260ee261f39216173d467a75758b24a3a7fed5ad6603 2,717 1.00/1.00 vMB 235
493,768 493,768 0000000000000000002d350f9a9646a2b1924b571262ddcace1f1f4ce83696f1 1,785 0.99/1.00 vMB 198
493,767 493,767 0000000000000000008da79ebcee55f349b54037baba943bd1706b6f760327c6 2,293 0.95/1.00 vMB 267
493,766 493,766 0000000000000000005c55470f7c0777b72872caa73fccf6ec6ac9eb6a5320cc 2,428 0.96/1.00 vMB 267
493,765 493,765 0000000000000000008f46e8b5cb1f4acdcf1dfb12daa14956c38493e04d03cb 2,151 1.00/1.00 vMB 255
493,764 493,764 0000000000000000009671c313540012ac914200e135e9758b31f2f5ca2099a1 2,521 1.00/1.00 vMB 311
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.