Loading Tool

Explorer IconExplorer

Memory Pool

82,830 transactions
34.64 vMB
0.16185887 BTC
Random Selection Loading Transactions
Max Size: 197.50/200 MB

Candidate Block

Mining Attempt f6634da35ad09d4d18935240adbfe96b4b59f3309e5e838f81ce8cf0e788a345
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 3184635c1ed2e2f24bc7b44790d9c2368316951a58168b9d8cbc22ebcb8d7145
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,362
Size: 1.00 vMB
Total Fees: 0.04322583 BTC
Feerates: 301.60 > 4.33 > 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (491,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,247 424,247 000000000000000003b11b3da9fbf49aa4db154e0fb6daa513e3383bebc40548 2,681 1.00/1.00 vMB 63
424,246 424,246 0000000000000000032af6adea56152bd2a466a6b3fc1842331edca29c6c1963 1,723 1.00/1.00 vMB 96
424,245 424,245 000000000000000001a0becd03d3b25d33a31d67e773fa74a30459cb37bd5f71 2,894 1.00/1.00 vMB 151
424,244 424,244 000000000000000000e30de061f2c3b461bacf14361d38112282d7706358ac4d 2,009 1.00/1.00 vMB 68
424,243 424,243 00000000000000000388962fdfb2a6af9ac1722354e8c849e78a37dfc144e03b 1,939 1.00/1.00 vMB 80
424,242 424,242 00000000000000000563cca44f2a0b03fad5fb4b9db868b63c11afee831ec3c8 1,812 0.99/1.00 vMB 32
424,241 424,241 000000000000000004bab1f6406718d913a734b0878aa928b09b00585eee5eb3 1,332 1.00/1.00 vMB 60
424,240 424,240 0000000000000000038b7de30092d217177d7f2a52ef518c322434cec3e72435 2,544 0.99/1.00 vMB 103
424,239 424,239 000000000000000001dd64c85ae3441141268c326429afb7f9d2c441d371a22b 1,572 1.00/1.00 vMB 45
424,238 424,238 000000000000000001635ac663709f4ac7619e7702601c6967030c2f46ff20a8 1,876 1.00/1.00 vMB 79
424,237 424,237 0000000000000000047517424938e6f95499b9a09eb869459e19d6ef844fc4c9 2,725 1.00/1.00 vMB 64
424,236 424,236 000000000000000001f3af4d5840e433696e4198341bb2d67b3967be665a3f17 2,318 0.93/1.00 vMB 164
424,235 424,235 000000000000000003c9a35605f23feb9940bf2af53e6d83fbe021b5cebb1c82 2,012 1.00/1.00 vMB 84
424,234 424,234 0000000000000000022306fca3e2f9d15500bede1fffe03688395176848ad295 2,236 1.00/1.00 vMB 79
424,233 424,233 000000000000000000e0b0bee26ac11567e2dc1e1aebffceefa606719e013131 2,689 1.00/1.00 vMB 83
424,232 424,232 0000000000000000027af4afa13df50153bc8c71977ea8e43ca11075ab5e89f6 2,591 1.00/1.00 vMB 162
424,231 424,231 00000000000000000032e87430154eb32427aa28358c0e80a819a5c516578ea1 2,736 1.00/1.00 vMB 127
424,230 424,230 000000000000000004e72b89048cdde8c4dd7c9d8def5fef3bc6a7d2e479a91c 2,452 1.00/1.00 vMB 61
424,229 424,229 0000000000000000043640a8e00de7d55720453cb1b17f6df2a7b1f73ffd1eed 1,815 1.00/1.00 vMB 96
424,228 424,228 000000000000000002b005b2121afb2562250aa46b7fa7e0fc26da31e0bdd605 1,405 1.00/1.00 vMB 103
424,227 424,227 000000000000000003a30458f0f0eb72c7cbd05cbc6b249a31743edda0374565 838 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 783.10 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: 728.30 GB
    • Received: 18.47 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.