Memory Pool Memory Pool Refreshing

44,236 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,211 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,293 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,210 (690,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
172,420 172,420 000000000000030042f2a483cf1e616704d5b3a30ef2608bcc2e48dc6a60bb5a 0.05 MB 57 58
172,419 172,419 00000000000001b2689f94f47e958eff7d897e7a27c8c06b3fb55ab6acb1f851 0.00 MB 2 193
172,418 172,418 000000000000015f3d6bffcd66b656e1a7c3c0aeab7c7834a7ebd9c7c594683e 0.02 MB 35 88
172,417 172,417 00000000000003514c2fe769c502311896c03b7591288fd91fa0bc36932087d8 0.00 MB 1 0
172,416 172,416 000000000000089944aef6bd7aab7816b24a6e467aca4c31026e7a0417433866 0.03 MB 87 50
172,415 172,415 00000000000003aa342c4f4bf14799cb16aff50dc0b160c6ae811301968529d6 0.00 MB 5 32
172,414 172,414 00000000000009b5c0da42e1825312c1764a3f7c38350f9a52ad4823f5f803fe 0.01 MB 22 0
172,413 172,413 00000000000003319f3145e9a0b6172d6256567fe0d06d60e7278fc6dd486da7 0.00 MB 10 67
172,412 172,412 00000000000002d27abf0b7c6391bf1b6207303b50e1286063d7c79f071d6e18 0.02 MB 33 104
172,411 172,411 00000000000009fcd7842865d79e04ab809ee59ceec1fbb0c126b758f83a1e9f 0.02 MB 11 103
172,410 172,410 00000000000008007c529f626d3a27e54e1185991ebe84d6a70895c9d31f8a34 0.01 MB 21 218
172,409 172,409 0000000000000a492b4b6c03017e86801e320a55ea65f78d66bcffbe92ec15b4 0.03 MB 60 208
172,408 172,408 00000000000007f406247e3e362ef4a147fd9d4ba6641e7c07010fb3523ddb34 0.03 MB 32 36
172,407 172,407 00000000000008e2224d75d9ba128e7e287b88694664f8f1a8a26d1e6648950e 0.00 MB 1 0
172,406 172,406 000000000000087d23d35097479138752a184df840461fda9c9af12c71152f0c 0.05 MB 121 146
172,405 172,405 0000000000000988f45e415b38ecfa998869a651e2dc14af8a7c2f11cf5e2ca9 0.03 MB 127 52
172,404 172,404 000000000000095a3b88bb28e1c678e61b204d56933f80233d5b58161010f667 0.03 MB 61 167
172,403 172,403 00000000000006876721c31a9970e6b9630bbac1c41019653076f4cb1069612f 0.07 MB 133 217
172,402 172,402 000000000000063be2e49538bca5dc73f37eba5380e6d14f89606c78f662bd48 0.00 MB 1 0
172,401 172,401 000000000000069a9d827393338bc35e641e411a5edf1647ed6de214cb197606 0.02 MB 55 327
172,400 172,400 00000000000008475bf844461ab35d3ef8f9abf3af9b582c0fba44656446387d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 686.52 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,471.56 GB sent, 115.30 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. 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:

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