Loading Tool

Explorer IconExplorer

Memory Pool

55,840 transactions
31.94 vMB
0.17310524 BTC
Random Selection Loading Transactions
Max Size: 171.87/200 MB

Candidate Block

Mining Attempt bbb2c01b5c83c82b86c05534c852b2f8fd20cf4232849a570002b87a726b7d59
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 2f7e1735c011198127fbb58541f316c8bc68e9bdb52bc29b78f97c86e5d0cb0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 1.00 vMB
Total Fees: 0.06873777 BTC
Feerates: 465.21 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (436,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,041 478,041 000000000000000001317aea71fe5c6008a5a8679aad23af907ef54f18be558e 1,788 1.00/1.00 vMB 174
478,040 478,040 000000000000000000abb084b0923549e9e574110ad874edafe8fad02005f705 1,105 1.00/1.00 vMB 78
478,039 478,039 0000000000000000006bd6cbc1ba50d359271d1d46938ef2b68e539541600736 1,311 1.00/1.00 vMB 82
478,038 478,038 00000000000000000093abb8b8a67b10cb5cacac0aa55efca8f5f007a08613cc 1,690 1.00/1.00 vMB 67
478,037 478,037 000000000000000000ea0ef222b779cfb7aee220e7dd56d45e2f5108ae6cc28e 901 1.00/1.00 vMB 52
478,036 478,036 000000000000000000e67d7c70e7527263be001ae996ecf2045e59fd6a412ed9 1,594 1.00/1.00 vMB 146
478,035 478,035 000000000000000001338a366853e475e585c845fe8ae91e17ba8b41f2097985 1,810 1.00/1.00 vMB 170
478,034 478,034 0000000000000000010a9063cc6d8698c75c9c7c88dc268cdaaa7327d0ba4ffa 1,679 1.00/1.00 vMB 129
478,033 478,033 0000000000000000013fac787568185618b45397b19dacb309e5e42c6de6bf18 1,043 1.00/1.00 vMB 99
478,032 478,032 0000000000000000003bd72c19e0080eeb4bd9e9a925a6797b013be5f909ed62 1,795 1.00/1.00 vMB 77
478,031 478,031 00000000000000000068b83be0f8214348b6cba6c88ed012097422fccd415c91 1,958 1.00/1.00 vMB 90
478,030 478,030 0000000000000000010b181f19a1699aaf0786721224a99b5ae48c24e4a632f7 2,206 1.00/1.00 vMB 92
478,029 478,029 00000000000000000078cf493330713c738815f6873587f8c5da4af3b8a048fb 1,910 1.00/1.00 vMB 109
478,028 478,028 0000000000000000003b9d146a34dc6f1f78641ebcd4cae0c58c87eebd0fe5ee 1,547 1.00/1.00 vMB 168
478,027 478,027 0000000000000000013624f0dc63c894d907944751e08e9274d6578fff18a15a 1,354 1.00/1.00 vMB 108
478,026 478,026 000000000000000000d823a629b2691a7a38d93e07a32d765c02045838836947 2,091 1.00/1.00 vMB 158
478,025 478,025 0000000000000000006e6ef2cf780295ff12adf2c4d3a7af0a6bed3194b10810 1,869 1.00/1.00 vMB 109
478,024 478,024 00000000000000000038f747d92c371f184384219ef8061e81c04592f019c17b 2,327 1.00/1.00 vMB 133
478,023 478,023 000000000000000000f4422be701de0969bbf113d48ab77a19b2b715d81532d3 2,209 1.00/1.00 vMB 144
478,022 478,022 00000000000000000077b8407d6ef384d602f89aad42acaf946bd9e84ff6a9f8 1,905 1.00/1.00 vMB 145
478,021 478,021 0000000000000000001e6b50329f7c5fc6e6fc099cae01e4e0b587a759d5ea60 1,872 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.