Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.33 vMB
0.07808456 BTC
Random Selection Loading Transactions
Max Size: 185.27/200 MB

Candidate Block

Mining Attempt 98042ed71d1e56c103fe219c47b6dd3b7a7bfc2d8dbfb8f764761a147074482d
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 66320d7c0aba0656c8a8b25690188f3361eb56b78bf471a4673f3c7283328e2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01042106 BTC
Feerates: 318.30 > 1.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,176 915,176 000000000000000000019cc70ef525bd8ce5293385f84bfd8d577974d13d7fca 2,498 0.84/1.00 vMB 1
915,175 915,175 000000000000000000012d6ce4375e1b9348d49258b251a4d16f2e835e1f0ab5 2,732 1.00/1.00 vMB 3
915,174 915,174 00000000000000000001a4d38d277fd901b264e84099287ad65378aa5724e107 2,511 1.00/1.00 vMB 2
915,173 915,173 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4 2,335 1.00/1.00 vMB 2
915,172 915,172 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814 2,706 1.00/1.00 vMB 7
915,171 915,171 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9 2,963 1.00/1.00 vMB 2
915,170 915,170 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03 3,012 1.00/1.00 vMB 5
915,169 915,169 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc 3,013 1.00/1.00 vMB 3
915,168 915,168 00000000000000000001fa22e6231aaa977327edfd312baec3e012ec5bb62617 2,221 0.93/1.00 vMB 3
915,167 915,167 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0 3,556 1.00/1.00 vMB 1
915,166 915,166 000000000000000000006eb1358f6d7f183727cd16f308466cdb9d623ca41317 134 0.03/1.00 vMB 3
915,165 915,165 00000000000000000001c81510643b9af37400286a3b15bd2c270fad9d059fb1 3,308 1.00/1.00 vMB 0
915,164 915,164 000000000000000000017f6dd0e67bd2be6472dbc7ef25111a31d2d43442caa3 1,772 1.00/1.00 vMB 0
915,163 915,163 00000000000000000000d7dd1437b81e4408dd076684f3c1202c36f8d2aa0b88 3,286 1.00/1.00 vMB 3
915,162 915,162 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75 2,516 1.00/1.00 vMB 2
915,161 915,161 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c 3,088 1.00/1.00 vMB 5
915,160 915,160 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da 1,274 0.43/1.00 vMB 2
915,159 915,159 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a 2,653 1.00/1.00 vMB 2
915,158 915,158 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d 3,602 1.00/1.00 vMB 2
915,157 915,157 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8 3,396 1.00/1.00 vMB 4
915,156 915,156 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a 1,785 0.64/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.00 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: 718.27 GB
    • Received: 17.88 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.