Loading Tool

Explorer IconExplorer

Memory Pool

74,492 transactions
27.64 vMB
0.07641603 BTC
Random Selection Loading Transactions
Max Size: 168.29/200 MB

Candidate Block

Mining Attempt fef658869812fb46c93da65e5a8a651dc2397d782741912fe5f109d557d25547
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (259,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,689 655,689 0000000000000000000341eea9fd5335362187209fa1590a272a8054f48bdf67 2,744 1.00/1.00 vMB 315
655,688 655,688 00000000000000000003b88e642d9ab08c189e373e8b7b510b5e148555819268 1,463 1.00/1.00 vMB 177
655,687 655,687 0000000000000000000e1052a63cb5bc596e16d771c3993fef5e8cc8ffcdbd38 2,785 1.00/1.00 vMB 74
655,686 655,686 00000000000000000007d3ad175e64a2fa2d8b0e47b24aeccf2287189e00eabc 2,637 1.00/1.00 vMB 258
655,685 655,685 0000000000000000000d6b708a9a571d586de41d6484e6fa2cebf00c9e141cde 2,841 1.00/1.00 vMB 151
655,684 655,684 0000000000000000000b7187cdd7339847c52eee6b5afaeee0763552ae3f9449 1,592 1.00/1.00 vMB 241
655,683 655,683 0000000000000000000e898b8dd7622688b9d2d8c41226aa57403acebd721896 2,550 1.00/1.00 vMB 232
655,682 655,682 00000000000000000007e70e7cc8787e2a87c731aca6b2de2802bd80db1cb3e4 2,857 1.00/1.00 vMB 326
655,681 655,681 000000000000000000003c610c18ead6f69b9c3e04784b7da0728ef4033b7141 1,986 1.00/1.00 vMB 98
655,680 655,680 0000000000000000000b5ce5359ab10316f39e8ad3c295aafecc54e72a67644a 2,173 1.00/1.00 vMB 101
655,679 655,679 0000000000000000000f7e0f88386122bc0ae61678e75be23ea3396b1aaecd1e 2,543 1.00/1.00 vMB 243
655,678 655,678 00000000000000000009a703ca7ef1f45d9e35b5ef76754dea865e355f6a5e50 2,036 1.00/1.00 vMB 310
655,677 655,677 0000000000000000000fcd9840e3c3afd2c2d7eb4a314523051906ff35e27d49 2,264 1.00/1.00 vMB 264
655,676 655,676 000000000000000000078c46f445ca33b533d5eb424e942c3ada6963cd454da1 2,805 1.00/1.00 vMB 153
655,675 655,675 0000000000000000000c6af3744623244c288404e7e10ccda69a013f4f4134c3 1,107 1.00/1.00 vMB 243
655,674 655,674 0000000000000000000e4098c9037ecc439f969b205da6775d149867f8f2059c 2,827 1.00/1.00 vMB 291
655,673 655,673 00000000000000000009275eb3c29812ac061b6a1a8b1fdd08e1eba0ce6578d5 2,829 1.00/1.00 vMB 345
655,672 655,672 0000000000000000000f0f392967411c34019a3be91b3dbcf33dd9abeff7e95b 2,073 1.00/1.00 vMB 34
655,671 655,671 0000000000000000000aaac9536063cdede50618e73584cc7f3926cbe1ddaea6 2,191 1.00/1.00 vMB 33
655,670 655,670 00000000000000000010475430de051a32de6fbf9f429c5946a9d6f8a40055ee 1,918 1.00/1.00 vMB 140
655,669 655,669 000000000000000000056e225f6a20cd8f0d7521a53b65a6b8a60986f8edf10e 2,305 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.