Loading Tool

Explorer IconExplorer

Memory Pool

76,266 transactions
28.26 vMB
0.09209976 BTC
Random Selection Loading Transactions
Max Size: 171.49/200 MB

Candidate Block

Mining Attempt d9dca1eac3e994e00e85290243d52c4ddaf9555fdc19b4c21e6e9f1da28a0f99
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 44e8787d7bc5c285cbb2dc2776c6fe443129ed24950b84e2898722778bb5c975
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03010630 BTC
Feerates: 402.60 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (133,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
782,292 782,292 000000000000000000029fc015a436a6a47755a67b0ebcbafb6deb9339a1d630 1,673 1.00/1.00 vMB 24
782,291 782,291 0000000000000000000532615b0885b9791b3b5a7a9a004fb587946a565013f1 2,342 1.00/1.00 vMB 31
782,290 782,290 00000000000000000002d7c6282f6add649f50fb884f4037a2ce7f1ca5374c34 3,533 1.00/1.00 vMB 34
782,289 782,289 000000000000000000032a830e857c3cd5c4106518db1da635e9eec9837a8c83 3,259 1.00/1.00 vMB 32
782,288 782,288 00000000000000000002a4d647569cf3f28b6d869b49fc82d965b920848cfdea 1,776 1.00/1.00 vMB 37
782,287 782,287 00000000000000000003e4b19ed769631c9e20f95cd5de697e6293590faabcb0 1,534 1.00/1.00 vMB 22
782,286 782,286 0000000000000000000362e2f282cbe938f37ea90e39d14de33f79f44219471e 1,247 1.00/1.00 vMB 26
782,285 782,285 00000000000000000001596ab75c6d22faa77cb0b998fa4cab842d5dca2cd716 1,483 1.00/1.00 vMB 25
782,284 782,284 00000000000000000003e09b3ff895313371da67c0c6de8ecb5a9712d7ac042c 2,146 1.00/1.00 vMB 29
782,283 782,283 0000000000000000000500b58af7b0d06a5db02e8a00316684e2e8547e371951 1,466 1.00/1.00 vMB 27
782,282 782,282 000000000000000000050192ed6c2c58779a43f7b16ab1d5af442981aa905c7d 2,236 1.00/1.00 vMB 26
782,281 782,281 00000000000000000004fa04330bfd6e477306afc915c8b3d568c0c51bef82c7 2,768 1.00/1.00 vMB 26
782,280 782,280 00000000000000000000137e7b373eb1f17e95537f4bc3670e9333b5c8ef17c8 2,069 1.00/1.00 vMB 32
782,279 782,279 00000000000000000004d0fe968df8c19b524d3fb856c03a000a0fcbd47a6f56 2,690 1.00/1.00 vMB 29
782,278 782,278 00000000000000000001016255c3f52af16d111348cc7b5c820da0385b63f429 3,430 1.00/1.00 vMB 43
782,277 782,277 00000000000000000005ef9f8fe05ce43ade9c86945f7b5c6dd04aea603bf412 2,481 1.00/1.00 vMB 33
782,276 782,276 000000000000000000041682c0bd58061ef5dde09f444102255be5a877e291c2 2,663 1.00/1.00 vMB 28
782,275 782,275 000000000000000000001cafc24f9c2233dbd2ef8b90d2b688a84d1579726bae 2,684 1.00/1.00 vMB 39
782,274 782,274 00000000000000000003125194d88df360eeae5fce15607c0d8eccbf17f019ea 1,090 1.00/1.00 vMB 31
782,273 782,273 00000000000000000000795b2625dfa37a9991158ca3c0ed3ec7f82d0334789f 1,238 1.00/1.00 vMB 22
782,272 782,272 0000000000000000000456cc9d8f433cb49795867d0863ad8aefcd11314ff8d3 1,248 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.69 GB
    • Received: 17.58 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.