Loading Tool

Explorer IconExplorer

Memory Pool

71,810 transactions
27.79 vMB
0.06067724 BTC
Random Selection Loading Transactions
Max Size: 164.80/200 MB

Candidate Block

Mining Attempt 2e9daa97af680d40603ddff09aa6c0290efc38c66e9a3adaf0690c9a77ab307c
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root 423c82a05abc0a3575102cb601c8f8d0b725a55d3806c568c05a02528a410f48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,713
Size: 1.00 vMB
Total Fees: 0.00529557 BTC
Feerates: 30.20 > 0.53 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (382,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,061 532,061 0000000000000000000017d8fe9ff13641d63caaea1f64823f3f61adbbb5961b 2,214 1.00/1.00 vMB 16
532,060 532,060 00000000000000000031031c3806ec628ff4fd520c5d06185a4be65641ea2319 2,853 1.00/1.00 vMB 20
532,059 532,059 0000000000000000001332efcba77e8633d43b2b596b4fef0807a4f0c6267cf3 992 0.32/1.00 vMB 19
532,058 532,058 00000000000000000022c9d5b152aefffc766a1a49a57ac0c0e4b0ad534cf394 781 0.29/1.00 vMB 18
532,057 532,057 0000000000000000000e6e93e7389fa2e03313c513d12d56014b2599d2ca9701 1,112 0.65/1.00 vMB 13
532,056 532,056 000000000000000000169811e164aea8fbb38cfca329a09bcbeb426841697bac 2,764 1.00/1.00 vMB 21
532,055 532,055 0000000000000000002a62f8e7ea4ddbffbff7c5313b07a99008cfd3ac28ecb4 2,713 1.00/1.00 vMB 30
532,054 532,054 00000000000000000014fc02c04618c76230b5165798f636313212eec5511b6f 380 0.15/1.00 vMB 28
532,053 532,053 0000000000000000001d2b9e88c41a185318b57a4d101761c663af24bb692814 1,473 0.53/1.00 vMB 19
532,052 532,052 0000000000000000001114c753f6252fa8d1e888c8d7159265e5ed31747b44a7 191 0.07/1.00 vMB 14
532,051 532,051 0000000000000000000291ff0bfb90caea331d9d2d2b733e9f8e6bae61e3df0e 99 0.04/1.00 vMB 16
532,050 532,050 0000000000000000000275c8f57fd60e60eb4cdfb34d54873a2143ad63bed052 302 0.11/1.00 vMB 22
532,049 532,049 0000000000000000000b131762ed9d6b9409000c571d00b019567abe9a8c65f8 1,344 0.62/1.00 vMB 28
532,048 532,048 0000000000000000002c584c85ef62288d487357767d66800001f10e1d06f9a0 470 0.21/1.00 vMB 27
532,047 532,047 000000000000000000149e2b312317abb30d9db351a39d83cf48b76e8e2907b2 2,460 0.86/1.00 vMB 15
532,046 532,046 00000000000000000016a1716a3913b0fcec603cbe7dd8e0fa45afcf62f02080 2,586 1.00/1.00 vMB 33
532,045 532,045 0000000000000000000e7f6849de91cf46a1c676886799f5f5a671ab25b473b9 1,402 0.52/1.00 vMB 24
532,044 532,044 00000000000000000005e0601d2d331d6e69bc37ef55c65afaa1691191085b4a 1,576 0.62/1.00 vMB 27
532,043 532,043 000000000000000000238297d2d5b6c63b6862ea4825b727ce0fb5cf9f0caee4 110 0.05/1.00 vMB 18
532,042 532,042 000000000000000000241e98dd6d6186006ac67fd22fe6e2d0d50dfc1d4c8f51 1,242 0.90/1.00 vMB 5
532,041 532,041 000000000000000000087d5e94eff43dbeed2c088659d5806f80df2ae106faa9 2,203 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.45 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: 666.96 GB
    • Received: 15.24 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.