Loading Tool

Explorer IconExplorer

Memory Pool

76,300 transactions
28.26 vMB
0.09267705 BTC
Random Selection Loading Transactions
Max Size: 171.39/200 MB

Candidate Block

Mining Attempt 087e31289c1b84d24a12ab782de339416dd72e63c3175a772a81877b014d7aea
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 1a0bd34a84c10625aa46cf1041caa42cb36d6049160caf92ada218a1b7b2eb66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,613
Size: 1.00 vMB
Total Fees: 0.03071699 BTC
Feerates: 472.31 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (459,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,185 456,185 000000000000000002503b2b87ef3e78efe3515cac0d97ebd8c56c913a68f1d3 2,872 1.00/1.00 vMB 138
456,184 456,184 00000000000000000143827194d40b1589c62e7e6129352cf8827f63d7c6d09e 2,405 1.00/1.00 vMB 138
456,183 456,183 000000000000000000eb65f934895b2c4b04e59ec8d06e464686e11350b753b3 2,194 1.00/1.00 vMB 186
456,182 456,182 000000000000000001a4926a151347f646c96d195eb1a5a4485067b764953f9c 1,775 1.00/1.00 vMB 201
456,181 456,181 00000000000000000157b1f85ce097e8e90f026942d43af70f7212195de60930 2,073 1.00/1.00 vMB 198
456,180 456,180 000000000000000001b35c2fd563a7be643d556402a06f17993bf4dae166ead3 1,952 1.00/1.00 vMB 170
456,179 456,179 0000000000000000023985ce6a312ed3ac804d74d6af1a1034759c61acb40bff 2,676 1.00/1.00 vMB 257
456,178 456,178 00000000000000000131554c54fdc9773fae59f7fea1be58d50b1e58c0da6f47 2,734 1.00/1.00 vMB 286
456,177 456,177 00000000000000000127d1ddae4d9afe4cf497d9474356d4ee2f392aef711a29 2,196 1.00/1.00 vMB 237
456,176 456,176 00000000000000000181883359fea249ea135cb2674f00021293ab55e4610009 2,584 1.00/1.00 vMB 190
456,175 456,175 000000000000000001ef393ecb30afd9b9a24c69f6831d951078b7bd8444f1dd 2,364 1.00/1.00 vMB 197
456,174 456,174 0000000000000000019a8a5deed1747c60e515102544cebebc14b7237f1f8081 2,128 1.00/1.00 vMB 263
456,173 456,173 0000000000000000021659f0eaad93e798a8edf0cc57165e5c2d969f982d647c 3,121 1.00/1.00 vMB 398
456,172 456,172 000000000000000001563a496f655c67f77560ab939b4c6e25cea1622abcca23 1,965 1.00/1.00 vMB 153
456,171 456,171 000000000000000001a5267ce523fadc86c8a3cc4e2a56ce51a1b33e6ab653a0 2,197 1.00/1.00 vMB 194
456,170 456,170 000000000000000001f7b3834c4104621c656d2b2d547e718ffd885dd27d4c21 2,535 1.00/1.00 vMB 194
456,169 456,169 000000000000000002529e70501965b81b87b9811d59c984d7db2423c25fb85b 2,182 1.00/1.00 vMB 196
456,168 456,168 0000000000000000005e8dafc0477a496e4208884859afd4c0200d0e0cd224e9 2,433 1.00/1.00 vMB 250
456,167 456,167 000000000000000000fcda278f4f2605c0d0f7619b56a0c88c5284ec6cca1008 2,374 1.00/1.00 vMB 150
456,166 456,166 0000000000000000019fc1dc821735392d11c04fc59743965232cbcf9da56594 2,524 1.00/1.00 vMB 156
456,165 456,165 0000000000000000021f154ffd935de592f5a7459eb8f165b2c24324d57de398 1,957 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.90 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: 713.56 GB
    • Received: 17.40 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.