Loading Tool

Explorer IconExplorer

Memory Pool

79,181 transactions
29.32 vMB
0.09757742 BTC
Random Selection Loading Transactions
Max Size: 177.21/200 MB

Candidate Block

Mining Attempt 8bac40e957efeedd49e22b37a504739e43267f2dfdc5dc1ecc3590ee1f2c4a4a
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 627531d948645d48bd82f648a6695eb4cc0c0a046699a6c685e410e7d5604e7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03533543 BTC
Feerates: 150.62 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (391,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,251 523,251 00000000000000000011c84aac043d52394800c870ab6a534d0d0cda19d5a9a6 2,412 1.00/1.00 vMB 87
523,250 523,250 0000000000000000002575f9fdf7e1971502f47af63d9cbf5ccbdecc888e2bd0 2,430 1.00/1.00 vMB 20
523,249 523,249 000000000000000000348b08f8c079429c313a4ac7a1f99c0b591690e727270e 1,338 1.00/1.00 vMB 34
523,248 523,248 0000000000000000003aa095d168f54977530ef65b5f6e0596d8b5a51d0868a2 2,136 1.00/1.00 vMB 85
523,247 523,247 00000000000000000030beabbe0b8ef6af7cadaaf202fa21d8a9ed0909af835b 1,841 0.99/1.00 vMB 43
523,246 523,246 000000000000000000348d2b79cc7cc78bbc1048847bedf17cefc648a372d761 1,471 1.00/1.00 vMB 22
523,245 523,245 000000000000000000361a13f86bc4ab1f933cc63e2dd1b01aeea83c0879cd0d 2,005 1.00/1.00 vMB 102
523,244 523,244 0000000000000000001243f5c657db12d1aae2a5d2e5d085b996e3e34720c562 998 1.00/1.00 vMB 57
523,243 523,243 0000000000000000001309dc7aa7873a3f523b9db511134988a83c2d56186b62 1,402 1.00/1.00 vMB 68
523,242 523,242 0000000000000000003880d5960c70e60244bff259b630ff09046d161598d1b5 2,557 1.00/1.00 vMB 120
523,241 523,241 000000000000000000108dbef3676fe59b5c9e7584bd26f8b29fdf9b0d7f5af2 2,444 1.00/1.00 vMB 77
523,240 523,240 00000000000000000031d83cd4e07fa7f04888e171c558fd2f37348e1ea85ea1 1,425 1.00/1.00 vMB 68
523,239 523,239 00000000000000000043a2eedaa10d744858b4515e17ddc199ed2c40c7401ccb 1,756 1.00/1.00 vMB 9
523,238 523,238 000000000000000000305b9b1724a5baf145f742abf821343c5c0574fc5cd864 2,052 1.00/1.00 vMB 29
523,237 523,237 0000000000000000002723f67afd6f22afae5e9cc87cabb5b0ee33604a0408d2 2,555 1.00/1.00 vMB 109
523,236 523,236 00000000000000000041091ae247048ba7850c138c5b7a2224106eba4d8dda16 2,217 1.00/1.00 vMB 63
523,235 523,235 0000000000000000000bbc4fbcb8b678208568a3f5a038197b3e00da0752ab6a 2,578 1.00/1.00 vMB 103
523,234 523,234 00000000000000000036575fe825d0d0c23405170c68b8b47010f26c8488b0ef 15 0.00/1.00 vMB 118
523,233 523,233 0000000000000000001155cb4a6f30ec952040f77930f6973336481299619905 2,045 1.00/1.00 vMB 50
523,232 523,232 00000000000000000024d5d10e1c158fd79a1457f928165bc2c1bb431626dccc 2,151 1.00/1.00 vMB 48
523,231 523,231 000000000000000000209dfffd732c031326fa9c11f097e123b6f7172e3e9c70 2,004 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.