Loading Tool

Explorer IconExplorer

Memory Pool

86,512 transactions
32.17 vMB
0.10971434 BTC
Random Selection Loading Transactions
Max Size: 195.48/200 MB

Candidate Block

Mining Attempt c468d97dfd8426c91a1aad283c7fe0f0926e5fd6ec505b0eaba2123c46fd7094
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 2fc1f37a7f4f86c463a51c9e5aaf4728daa11731c3de5f98171e2a730b0d199c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,685
Size: 1.00 vMB
Total Fees: 0.02493094 BTC
Feerates: 301.68 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (427,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,196 488,196 0000000000000000002c7c1a7ffd3c1eecbe5ac03095a6f6f2ca6ffdf009d853 2,219 1.00/1.00 vMB 96
488,195 488,195 00000000000000000087470448b31002e5d1e6ddeefef104b2d487f9a762edd3 560 1.00/1.00 vMB 39
488,194 488,194 000000000000000000b1d7e9a43dab7593ba23471e7d15080077044e5157ad49 606 0.96/1.00 vMB 17
488,193 488,193 00000000000000000042f9f44689ed6551f698e8347fd55b95d7a521e9886c9e 2,059 1.00/1.00 vMB 23
488,192 488,192 0000000000000000009a6641edf739109f70696aadb1ac403811b9aeb5cc7e25 1,851 0.97/1.00 vMB 49
488,191 488,191 0000000000000000002aeed8d56e2556b012c8c8df8aa574fb93925c468b6164 1,852 1.00/1.00 vMB 139
488,190 488,190 000000000000000000479e0c97a640362d7894a3754ba9336addbc438ca0acb7 1,885 0.97/1.00 vMB 38
488,189 488,189 000000000000000000a467556a8ca61fdb0603879833ed34ba6ae9b03b8991e5 2,774 1.00/1.00 vMB 50
488,188 488,188 00000000000000000086385d8fe185d019f7e1b09a55cd5a184170bbf52ac80b 2,107 1.00/1.00 vMB 117
488,187 488,187 0000000000000000000f389a332554957c4ce6c0b5e8fa6533f6316a08221bc7 1,779 0.97/1.00 vMB 118
488,186 488,186 000000000000000000cb496ac3f25720e59000c144aa0025f62ee920f2967bab 1,819 0.97/1.00 vMB 99
488,185 488,185 00000000000000000069204db942fb9ed08883bf6cf1b1fa879d956773797a95 1,935 1.00/1.00 vMB 117
488,184 488,184 00000000000000000044a89d54661ae02641efbb1befb087be2ab387b6098765 2,027 1.00/1.00 vMB 115
488,183 488,183 000000000000000000f3cfc5b4aeeb7c32e06b2f95f503cc146c6f6d52423519 2,617 0.97/1.00 vMB 181
488,182 488,182 000000000000000000c4007dc4fe4ce2da1700474625a828bd6252d37d9426b8 2,620 1.00/1.00 vMB 159
488,181 488,181 000000000000000000388fe09f039b26258378a6cd4b1790a5905da70beddfc3 2,080 1.00/1.00 vMB 168
488,180 488,180 000000000000000000c01b492faf05fed9f9e295bdeb19155ba058bb145f5cdd 1,366 1.00/1.00 vMB 137
488,179 488,179 000000000000000000663356ecbe8814766b25f3945dcc9baaa34a6ebbef5d2d 2,431 1.00/1.00 vMB 222
488,178 488,178 00000000000000000057e5f436df13c01d7a38858b444b005f016addae3d66bf 2,513 1.00/1.00 vMB 212
488,177 488,177 000000000000000000d2aec34f85e3682bf9b0049433a29ceeab2fd73f77d452 1,779 0.65/1.00 vMB 68
488,176 488,176 0000000000000000009428ccb9811c65552a85c8a53e7770dad7d3cc0f5ad8a5 2,303 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.