Loading Tool

Explorer IconExplorer

Memory Pool

42,323 transactions
26.62 vMB
0.07498994 BTC
Random Selection Loading Transactions
Max Size: 138.58/200 MB

Candidate Block

Mining Attempt 35c96143d88417123f7a9932dfd39e01ea6d276d832ccc28a629a6589225102e
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 040c67ea05bc9c85112600ed2da66d70d45740cdd383b8493e1115939a22fa88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02586159 BTC
Feerates: 99.53 > 2.59 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (339,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,685 575,685 000000000000000000070db7f7c870f7eb1b2fcf5e148c6c4893dd9d46cc7fe2 1,286 1.00/1.00 vMB 72
575,684 575,684 0000000000000000000b943493e50eb4da1bfbecbc4cce928f18123dd12ba450 1,547 1.00/1.00 vMB 86
575,683 575,683 0000000000000000000f4b76e8e371edbd64bb16f5800bdd2ae0c4752fd0511f 1,629 1.00/1.00 vMB 76
575,682 575,682 0000000000000000002941aa4a947a0b16e021e86e18eadbc4710e57d72450fd 1,919 1.00/1.00 vMB 93
575,681 575,681 000000000000000000275cda31d2327b71a42a457e53453e2d5538aa0480619c 2,291 1.00/1.00 vMB 111
575,680 575,680 0000000000000000000cdf08710d679032b8d49b13aae007a86fc3fc9aeaf68c 1,747 1.00/1.00 vMB 17
575,679 575,679 0000000000000000001e95d65d688f7c0966b84a493bc34ca7c94acb680bcea5 2,099 1.00/1.00 vMB 69
575,678 575,678 00000000000000000001222cf8cf0e15f55d579df8a049a95a1e98659644a60a 2,160 1.00/1.00 vMB 37
575,677 575,677 00000000000000000014efc04c5673d412ffb550b7c6078bc311714be0c54a76 2,364 1.00/1.00 vMB 58
575,676 575,676 000000000000000000228bb8508ed64d66bf058667c90bcbbe584a3ba4035511 2,686 1.00/1.00 vMB 76
575,675 575,675 0000000000000000002945811461082631ed8218e72fc353a6570303a1b06843 2,816 1.00/1.00 vMB 153
575,674 575,674 00000000000000000016d5fd07c1aaf9c6fbfb8d588a03fb3d9b34cef6fa0ec4 2,814 1.00/1.00 vMB 77
575,673 575,673 0000000000000000001e59b6b43320708c2fcac365e25d99515b25d1bc6d63c6 3,014 1.00/1.00 vMB 81
575,672 575,672 00000000000000000001bbba9fd0a9d0620d24d2362c21151e09227bf87edc14 2,922 1.00/1.00 vMB 81
575,671 575,671 0000000000000000001452863aa6105745806291729109a2408bfad710a0b529 2,802 1.00/1.00 vMB 112
575,670 575,670 000000000000000000268d560d7038f462389f208aa5e72b93c75ab04cc67a8f 3,168 1.00/1.00 vMB 140
575,669 575,669 0000000000000000001642efe24b973483dc4cf8d21c0bd426d406a0b04b4d33 1,565 1.00/1.00 vMB 53
575,668 575,668 00000000000000000016d37d53f51e89d8d205dbf63034bad62ac6a06d8305b1 1,623 1.00/1.00 vMB 57
575,667 575,667 000000000000000000233e131d73f21ab7cb3ba281ca9a3f458c358d6cae17c2 1,947 1.00/1.00 vMB 17
575,666 575,666 0000000000000000002067449b5b5bf8ad2365fce580fa46b113f8c29905198c 2,374 1.00/1.00 vMB 36
575,665 575,665 00000000000000000007decbb5a1ce40a8542bea764a8f8832a800fb9c7d12e5 2,496 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.90 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.