Loading Tool

Explorer IconExplorer

Memory Pool

40,912 transactions
28.61 vMB
0.06169651 BTC
Random Selection Loading Transactions
Max Size: 146.63/200 MB

Candidate Block

Mining Attempt d1f67b467c994d92d65ede0b3f139a9ad4b254da026550d8e99d4824d7e7ee7d
Version 20000000
Previous Block 00000000000000000000e75e7ba3ec4f54cde2a7f5d554356115040ddec177f1
Merkle Root 307de560f434201601c5b6c565ed06bef464278cc107c311891c73268bde31e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,875
Size: 1.00 vMB
Total Fees: 0.00634904 BTC
Feerates: 40.21 > 0.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,621 (325,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,711 588,711 0000000000000000000a9083cea3cb9741f894d82de0bb1ce8ae4928fb9ae11d 2,470 1.00/1.00 vMB 16
588,710 588,710 00000000000000000003be0b3137921eac92577dc3b92904ad761be1309801bb 1,961 1.00/1.00 vMB 10
588,709 588,709 00000000000000000015380e3f6d8b336e8cc0b7577452fa84b50d89525693e4 2,445 1.00/1.00 vMB 42
588,708 588,708 00000000000000000012927b524b29f9d3d34d82df440a381a4cd8379dc9bcbd 2,165 1.00/1.00 vMB 5
588,707 588,707 000000000000000000010fb8aef4d5d2f4eee7f081204a949a5cdb1b55062b45 2,696 1.00/1.00 vMB 16
588,706 588,706 0000000000000000001a54e6e4383f22de6f4a14b8c684952cc2ad4ccb97f5e5 2,648 1.00/1.00 vMB 41
588,705 588,705 00000000000000000007f99883546d4af2170357bc5ea741bd5116989b43587c 2,480 1.00/1.00 vMB 23
588,704 588,704 0000000000000000000c47ab84b50f745a09f69559158635108c82c924f57bd4 2,239 1.00/1.00 vMB 20
588,703 588,703 000000000000000000127bae624ec2e90bc209f74ca7993db388accb703593da 2,702 1.00/1.00 vMB 65
588,702 588,702 0000000000000000001bf840d5818cc887f081f476cc48f0163481ad84d162b7 1,826 0.64/1.00 vMB 22
588,701 588,701 000000000000000000199e84df43f9ccfb8b0f3f7dc06ee6646c54afae54c8da 1,537 0.50/1.00 vMB 10
588,700 588,700 000000000000000000109bf37d99dc2d8fd70c5c59a568a850e18495ea1a29ea 2,813 1.00/1.00 vMB 24
588,699 588,699 00000000000000000009e6272fda3457c1f426110e2ba174b2b77b755d8d511c 2,507 1.00/1.00 vMB 21
588,698 588,698 000000000000000000027be1de12d66784acc9a85757fad3f1fe84614f9257f8 1,512 0.70/1.00 vMB 9
588,697 588,697 00000000000000000008b95025c2a16505b659bd5698ef1d0892656dbd6fe60b 1,958 0.99/1.00 vMB 18
588,696 588,696 00000000000000000003c612490381d3fffbcb27b57f2ceb4beb57915c492776 1,900 1.00/1.00 vMB 7
588,695 588,695 00000000000000000000879eaec4a9f7ecdfcb004e73d572b5fa170092b2dd04 2,514 1.00/1.00 vMB 31
588,694 588,694 000000000000000000106d7c6dd6c56b3ecb153dbeb0c78e45f8d4c75a17b544 2,159 1.00/1.00 vMB 4
588,693 588,693 0000000000000000000b0b0c1c2756d701b07f6d2c3d56284cb13cbaae458b83 2,019 1.00/1.00 vMB 7
588,692 588,692 00000000000000000012f019c9087f3a4b37304b971dd534bc3f49e3919b7797 2,355 1.00/1.00 vMB 12
588,691 588,691 000000000000000000053ddceec057beffda96485f900941d6a1071195967d31 2,688 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.72 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: 629.76 GB
    • Received: 11.96 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.