Loading Tool

Explorer IconExplorer

Memory Pool

83,618 transactions
31.20 vMB
0.09107785 BTC
Random Selection Loading Transactions
Max Size: 190.77/200 MB

Candidate Block

Mining Attempt 0fd38cf6eb831cb4efcc20a082ae426fb4f45378c529080bc3cd88ed36be11df
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root ad5d57ecadbfe9e646324d94819859ddc7c663b57309e28e5e05f367f66c6240
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.02043998 BTC
Feerates: 299.43 > 2.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (184,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,614 730,614 0000000000000000000894644ad169e492c293bbb1a0d4aceb08aeb356c00e0b 812 1.00/1.00 vMB 2
730,613 730,613 000000000000000000008b2c42f0bcef7dc0a0ca73d3f252b14daa4a5a493592 1,318 1.00/1.00 vMB 2
730,612 730,612 0000000000000000000891c013bd8337ab6a1b010b3ecc1bce60af3598410b25 2,448 1.00/1.00 vMB 10
730,611 730,611 00000000000000000001f68f4e4d22cfe9e01003b4cfaf9306c5e1123a9610ce 1,059 1.00/1.00 vMB 2
730,610 730,610 00000000000000000008c18137d22a01d6538bd03ff36edf4d99fbf99ec9e7e2 2,606 1.00/1.00 vMB 4
730,609 730,609 000000000000000000061cf1c33cffee52dc3dc401900ba2e2fe4088491280ca 2,954 1.00/1.00 vMB 5
730,608 730,608 0000000000000000000253925bf1d47ba2bfe094bc71d68ead823c4d59a0099d 3,036 1.00/1.00 vMB 6
730,607 730,607 000000000000000000063ea358419384a4fc452e4fea5c74ce633966ca9cc0c3 2,347 1.00/1.00 vMB 6
730,606 730,606 00000000000000000008fd33afc4649f4b30aed827f0a053bc2ce9e077d6c645 2,275 1.00/1.00 vMB 13
730,605 730,605 00000000000000000009b4baa9065b7d557454a14c202548ade3b2ecfd7f23e1 3,038 1.00/1.00 vMB 4
730,604 730,604 000000000000000000019f9766e82341980bf510988e25d21de6ec701686a0e0 2,886 1.00/1.00 vMB 13
730,603 730,603 000000000000000000019af95481b8e95d1f883ee8708dc2c0d9b63ce25068a7 3,324 1.00/1.00 vMB 8
730,602 730,602 0000000000000000000586c69566c2ed1f73b68abf1f470a2a03ed1c144e79ec 2,320 1.00/1.00 vMB 17
730,601 730,601 00000000000000000001db0b8d80097d4db38a0a1a95a8b85d5cf30956b118b5 3,015 1.00/1.00 vMB 17
730,600 730,600 00000000000000000002cd6e2b940c0acf03250f2d8cb215c358a02d4e1ec98f 2,681 1.00/1.00 vMB 17
730,599 730,599 000000000000000000068e441650307442d3fa60787199712e99430788f907e9 2,825 1.00/1.00 vMB 19
730,598 730,598 0000000000000000000573a00ace7d6bc49e3bda8dbe7e5708ecd6309815938a 1,489 1.00/1.00 vMB 5
730,597 730,597 000000000000000000027782b41f97b81a5a7f702327786a910cb733456e0c2d 1,256 1.00/1.00 vMB 4
730,596 730,596 00000000000000000004342d1a350959ad2623153418b16f40c824f9e05bfcb7 1,827 1.00/1.00 vMB 6
730,595 730,595 0000000000000000000037c9273b5996e40268883af6a1fbb383a02a509928d7 2,865 1.00/1.00 vMB 10
730,594 730,594 0000000000000000000579a43ca188e759b0e6817aa58a2f89b5e8b7e9fa8c33 3,123 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.99 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: 717.35 GB
    • Received: 17.85 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.