Loading Tool

Explorer IconExplorer

Memory Pool

23,052 transactions
15.92 vMB
0.04227947 BTC
Random Selection Loading Transactions
Max Size: 82.25/200 MB

Candidate Block

Mining Attempt 4c55dc7cb96b665f102702fa3acf29eeba6adf41a56747fc7d1d5ec2986ddff2
Version 20000000
Previous Block 00000000000000000000b31bddf15c89d32274d08a85fb7020240ed911664f51
Merkle Root 619bf01db7bd88767c21e5d859f45d5edfdcd8507db43992756cc7cc3ff9f4e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,675
Size: 1.00 vMB
Total Fees: 0.01351135 BTC
Feerates: 152.74 > 1.35 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,175 (887,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,365 26,365 000000006751be11d47e2c3033ac60fe3746b2ad7c7b4430e4db90e7e963f0f3 1 0.00/1.00 vMB 0
26,364 26,364 00000000648dacecbd1916eb6eb8e6ec3bf5cb0f9a1cc84d223c57c322f2cf4e 1 0.00/1.00 vMB 0
26,363 26,363 00000000b1e55227b21f1443977e7121650ae18bc80ff16e707c81a8489bdd22 1 0.00/1.00 vMB 0
26,362 26,362 00000000b5c1cf6debf3e15d30f99df26a7d52d08209fafeed5a69156d8626f2 1 0.00/1.00 vMB 0
26,361 26,361 00000000312e38a11ef8bf5036687abd5ffa0653b541e34b2083172d1a93538b 1 0.00/1.00 vMB 0
26,360 26,360 00000000fa79653d1ee48f2aea77006b3989e812dee088bdf71a6d0651753b87 1 0.00/1.00 vMB 0
26,359 26,359 000000004bb734b23897ec41ac05e573684c446c01d7bf981f7144c2876072df 1 0.00/1.00 vMB 0
26,358 26,358 0000000036440c7800631bb2bf7e691445b811680a1fabe2da9cdd792d40ec4a 1 0.00/1.00 vMB 0
26,357 26,357 00000000167bdac8f9461682740a0e487e177688721d46d2c5d42f5ec3eb16a5 1 0.00/1.00 vMB 0
26,356 26,356 0000000068e45d70c635f32e0e4a8c5d7f5564acfa10344be420ac73910fc0b7 1 0.00/1.00 vMB 0
26,355 26,355 00000000d2dbf9c35fc0f63c0b2be58002d54184cd35a29df6e9a1db23114e9b 1 0.00/1.00 vMB 0
26,354 26,354 000000007afa10e6c17159d82e232d5b7e28805d7fb7d1304dbe5234fc6300b5 1 0.00/1.00 vMB 0
26,353 26,353 000000008c09ef1746615e94633eec62b554226fa181a50f2755c0f53cf319d1 1 0.00/1.00 vMB 0
26,352 26,352 0000000050ed2add145837c718661626d097096959b0322865a7e893ca2fbde7 1 0.00/1.00 vMB 0
26,351 26,351 000000008a673fa08a90c54767c4fc0eaa60dea25cf8f1b3f280ed972c319f2a 1 0.00/1.00 vMB 0
26,350 26,350 000000006f475ce1caff24080aec6adea6e531ba197b8858370c80c0598d95ef 1 0.00/1.00 vMB 0
26,349 26,349 00000000059ba4df42a5fe5aef70066b50612d15feaa5997fc0e6069f61d7844 1 0.00/1.00 vMB 0
26,348 26,348 000000002387d7751b3ed66563d541f86d5a1205681fedbf9c209eefa2329d06 1 0.00/1.00 vMB 0
26,347 26,347 000000008524243a64e287382c97c1aba472565d2c722b5c2fe011d055ee197d 1 0.00/1.00 vMB 0
26,346 26,346 000000001ca762d8675fd3aa4e374dff035174331efe12721079ba408793082b 1 0.00/1.00 vMB 0
26,345 26,345 00000000ceb841a7ab31fec1932094e0e9eda3e5f2935d90fe4135d70715e86b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.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: 570.04 GB
    • Received: 7.74 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.