Memory Pool Memory Pool Refreshing

65,165 transactions
31.77 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,793 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,675 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,792 (679,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
170,130 170,130 000000000000020f410fe346839b3ed18a017372eb335bfbdc18288a44d48fed 0.05 MB 113 188
170,129 170,129 00000000000009621efc0c44027c21d65ec6e58eb38b8442ec17cee8f1f8ba22 0.03 MB 66 273
170,128 170,128 000000000000014c4fdcd61abc35a2412148ad9ad774bb5a93cb1a5283c12b3f 0.01 MB 16 208
170,127 170,127 0000000000000542fb7714d2dee4439118705782cfca84accf43adb27ed65540 0.00 MB 9 76
170,126 170,126 00000000000003da057aafba794a25032255ef4187e892f4aabb10b4f4a0cb57 0.05 MB 57 106
170,125 170,125 00000000000005d8eb1e1ab041ab8a0250cad7f0eeeb12f4ba1740e102f10d49 0.02 MB 37 313
170,124 170,124 0000000000000113061768249e16cea1f7c5dc5e589a184cdfc74c39aa843a88 0.02 MB 40 128
170,123 170,123 00000000000007f6bfec0c1beb4e0ad78972136d6385614a23efd94e7e1e0c21 0.02 MB 75 10
170,122 170,122 00000000000001a7391681756c106523fbc4bf1cb2a0ffc25d6a08487d7fa7cd 0.01 MB 18 65
170,121 170,121 0000000000000974ea2af55f1eec846fab0afb41dfc05a1984651cfc9ff6b5ad 0.03 MB 49 168
170,120 170,120 000000000000049c4ecc52a404759b10f40aa7a6919fff14c1fd10bf9613d04e 0.00 MB 3 0
170,119 170,119 000000000000042cb10a163fd0b239e9f48b05847f543e1fae26075db813f3e3 0.00 MB 5 38
170,118 170,118 00000000000005d1c931aecf64526296a7f542bd5b3a913a624b00d6c97f9373 0.02 MB 70 0
170,117 170,117 0000000000000a59bc722db6cd808d00c61a1c6846d230fc9c6fc5d928b4d717 0.01 MB 14 82
170,116 170,116 00000000000002f5ee915f3d61e7b3a10e3624549410423f5d7f55170bb4823a 0.03 MB 68 85
170,115 170,115 00000000000004a08ea11d8651138cb60a8fdb5b6f71a36cf2aef0994ea44988 0.02 MB 22 49
170,114 170,114 00000000000009f13ba18d7a4c44a7aede971dad6355fb84583565ca95a6b8d2 0.01 MB 13 68
170,113 170,113 000000000000017c4694c445219e68f8508d22ea6183834792af7c8efec196ff 0.01 MB 18 47
170,112 170,112 00000000000006bd2439ce701198b0a8ade6633df0552f805926e46e9d84743d 0.03 MB 50 94
170,111 170,111 000000000000055877a6f02aad57e2c09100561fd0028ba30fc6c98a34043617 0.02 MB 58 193
170,110 170,110 000000000000051e102b063d0a2bd68281e50ca4867292c4d0edd421d6c55f55 0.03 MB 93 16
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 740.03 GB sent, 4.69 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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:

  • 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.