Loading Tool

Explorer IconExplorer

Memory Pool

38,502 transactions
26.44 vMB
0.06163685 BTC
Random Selection Loading Transactions
Max Size: 136.32/200 MB

Candidate Block

Mining Attempt 976612359a87dad4bc2929444bd287a731558358da825131a772bf430b99f1c2
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 229b073fb2ad2d678edcf6cf936b2e256fcb2385ff83f5e3fef647c82b304957
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,472
Size: 1.00 vMB
Total Fees: 0.01232523 BTC
Feerates: 201.06 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (846,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,191 68,191 0000000005692f20ee440195ca2473c98a0e0d78e54ae85e21caac2b6f40feeb 1 0.00/1.00 vMB 0
68,190 68,190 0000000002d8ed90e9fc62a27688f49f89c8662d34dd82e77ec4776418afbcb9 2 0.00/1.00 vMB 0
68,189 68,189 00000000042011b3d732993bc3520817a3079d8113ab3e872a44a6a9ec80ae74 1 0.00/1.00 vMB 0
68,188 68,188 0000000002eda5879cbd600cdd066b9e5a6567d6b09c4552c57d375996f0e59d 1 0.00/1.00 vMB 0
68,187 68,187 0000000001a82c6162c6f92f03310e90ed15fb06010ad4272a173f36e5e15464 1 0.00/1.00 vMB 0
68,186 68,186 0000000001a01e15b3a21e35e0786e804c4da45d15b1c641075a2ebd3ec4b642 1 0.00/1.00 vMB 0
68,185 68,185 0000000001fe954a8f543391ceb66b553fb72bf090e3e32cc1a56a90b505749e 1 0.00/1.00 vMB 0
68,184 68,184 0000000000c42b1502613e009567199ff1ffd37b1fea06ab1169a2e56ba476f7 1 0.00/1.00 vMB 0
68,183 68,183 00000000051dd7c39dc7fa1c3d6e19732dec7d420da229e4ee19572bdc453906 1 0.00/1.00 vMB 0
68,182 68,182 0000000005552bd2dd23a057b37557e4f2d602b876d472f4d325f33f09d25457 2 0.00/1.00 vMB 0
68,181 68,181 0000000004944733ea2eb69e7e19c352f62f5afdcf23fadd80ba2d085897840c 3 0.00/1.00 vMB 0
68,180 68,180 0000000000bd62f945b9f0b0905e966cfa8b2b7d16fa665aafdfabd78dac07d8 1 0.00/1.00 vMB 0
68,179 68,179 000000000372ef501a120fc9a7b7f7891d53b11459548b5d957a76246a8be974 1 0.00/1.00 vMB 0
68,178 68,178 000000000308c63e50748c4b0c1b72096c3b66127672b04514ef7a5bebddb902 2 0.00/1.00 vMB 0
68,177 68,177 0000000001e0601cc579073ab7b1e9e08a302d48aa085215ee7d57407ab71089 2 0.00/1.00 vMB 0
68,176 68,176 00000000021051416c3feaacd799c5876924300cf2876c4cea2c2d14069c7baf 3 0.00/1.00 vMB 0
68,175 68,175 0000000004f23e9f9fcc2be455591bbaf199648a524328fc8a156aa6baa7c424 1 0.00/1.00 vMB 0
68,174 68,174 00000000008e988c71bad502498c66215dc38214188019fa5e47334d0fe7b746 2 0.00/1.00 vMB 0
68,173 68,173 00000000004c4290a413b8fcc3ca9c5f02fc300f317cd2f59102cf8625f0009c 3 0.00/1.00 vMB 0
68,172 68,172 00000000009e8d1bf81e9b311b68397dce1cbb3dd0f98e52b4990d2e620acedc 2 0.00/1.00 vMB 0
68,171 68,171 0000000002dc3baa6cd7b9e734a815b7601eaa35b94b61873771a331c65b33db 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.