Loading Tool

Explorer IconExplorer

Memory Pool

80,718 transactions
34.74 vMB
0.18121923 BTC
Random Selection Loading Transactions
Max Size: 194.55/200 MB

Candidate Block

Mining Attempt eb52ed8c2b45cff4c35e6af93729a79fb112f6e17d217fe960f3095fae1b268a
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 67650b32aa90452c3266c9226d6ee90408fbf66655fb2dbf0074c768f6c19c62
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,127
Size: 1.00 vMB
Total Fees: 0.05043921 BTC
Feerates: 150.93 > 5.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (23,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
891,428 891,428 0000000000000000000108d11fc36b5f3e8f8c1ebe480becceec76972beef5b7 2,742 0.95/1.00 vMB 6
891,427 891,427 000000000000000000011fb4751fe3f127554f7716c1e32bd54a99edad652217 2,624 0.71/1.00 vMB 4
891,426 891,426 000000000000000000018ff661a9442cebe2a8b40ff77636391468fc7c7b3c36 607 0.18/1.00 vMB 4
891,425 891,425 000000000000000000008a805e062c7319c4237e4fa97462ff5d1ef11c9574ce 91 0.04/1.00 vMB 5
891,424 891,424 00000000000000000000bbb778d0c28a751a508cc2e44eedc91c538f6f0aff32 1,552 0.53/1.00 vMB 3
891,423 891,423 0000000000000000000172f5f87728e89d1283a54ea1eb18552d68ec35b7b5e1 719 0.23/1.00 vMB 2
891,422 891,422 00000000000000000001ac5c1448a43e074eb5c0ecb592961d6dd9f551d173a0 2,443 0.70/1.00 vMB 2
891,421 891,421 000000000000000000012b7fa5011706b3e9bb6019957a9636a88279a1877cc1 2,941 1.00/1.00 vMB 3
891,420 891,420 000000000000000000000c1a5a3aef1bee0a8eea94b8fbf622c370dec8f0accf 3,286 1.00/1.00 vMB 81
891,419 891,419 00000000000000000001358a9b0c290bb6b33c4ab0bbcbba299b4c1e65cd89c7 1,618 0.62/1.00 vMB 3
891,418 891,418 00000000000000000000e2372fec0f330fa45bcf195f943ba153bfadf4611fbf 3,004 1.00/1.00 vMB 7
891,417 891,417 00000000000000000001f8d107e9764b2d06f0e3c8ba6e03dae593889983fd44 1,428 0.38/1.00 vMB 2
891,416 891,416 000000000000000000020d4d00c5389f8580fd8ccb07d492cd559c751297c5b0 2,643 0.75/1.00 vMB 3
891,415 891,415 00000000000000000002289ea15b3f43cbb137d93f1e276d7e6b4d25e6025715 1,031 0.30/1.00 vMB 3
891,414 891,414 000000000000000000008b2d8831ced2e819eaa191a2ab4cc6ab65d3e76d65b3 1,227 0.44/1.00 vMB 3
891,413 891,413 00000000000000000000703db13575df09e7e6e46178de3b0fadb6ac845ee70d 1,173 0.38/1.00 vMB 2
891,412 891,412 000000000000000000003b3553e09d86ee8e8f7076570749942dd816bacefcf2 767 0.24/1.00 vMB 1
891,411 891,411 000000000000000000002fbda881afd649582573bb63561ddb1be54d2ea67a54 2,495 1.00/1.00 vMB 3
891,410 891,410 000000000000000000017bac10373e487db2c8cd22a1a3d416e8678bb9d9ae07 1,546 0.60/1.00 vMB 2
891,409 891,409 00000000000000000001e22c0dd70a0df2d2113f35810c7d56ca2db5f02b105a 349 0.11/1.00 vMB 3
891,408 891,408 00000000000000000002338676a589f1120a453b004517ba31982140af8a5f3d 219 0.06/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.11 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: 734.19 GB
    • Received: 18.55 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.