Memory Pool Memory Pool Refreshing

11,143 transactions
28.93 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,180 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,190 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,179 (389,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
472,446 472,446 0000000000000000010bc3310814ae1431d7b08254cdba5e7a2772c8f6a8852b 1.00 MB 2,327 439
472,445 472,445 00000000000000000125ae684d2c7748e8cb5034605be7bfffd58e701c20c107 1.00 MB 1,767 171
472,444 472,444 0000000000000000005008c1949a6e460fad3f18e9f66baf68ef7b4c4e528e55 1.00 MB 2,019 339
472,443 472,443 000000000000000001790c5ba33359c5933419bde5750f512b845014913ef14c 0.99 MB 1,733 403
472,442 472,442 0000000000000000011e34635d52efb126121509c918ce2ba38e0b9bb75ddd9a 1.00 MB 2,028 170
472,441 472,441 00000000000000000119360bf39d2bbdcf184b75747145c211f37a5eb51a505b 1.00 MB 1,910 321
472,440 472,440 0000000000000000006ed582eb98c4c46dc583ca025809ce1edb85b7cbe1507d 1.00 MB 1,459 203
472,439 472,439 0000000000000000006585454ac6414deaabd9429fbe74b8d23b1f25bca38b0b 1.00 MB 1,488 267
472,438 472,438 00000000000000000121d5aa5430441449a8e183109c05de87947f6fb55b8d28 0.99 MB 2,069 223
472,437 472,437 000000000000000000bc73e25404a9ac98470a62cd0ad6e0a9715fb5a5a2cbf7 1.00 MB 2,424 333
472,436 472,436 0000000000000000017fa9f148da985d7f33c6fbf8e91d2c6702b3a31a098409 1.00 MB 2,309 411
472,435 472,435 000000000000000000e964227d1d2f73811410b5bd6cd802dd3d2e3d45546eef 1.00 MB 1,610 282
472,434 472,434 0000000000000000001b7ac4dd90dd51aa5b41e059c9ea0047297e28f8897734 1.00 MB 2,047 220
472,433 472,433 000000000000000000c974c1a4dec5eb17398522cd16dceaa25ea79d12218fdd 1.00 MB 2,295 299
472,432 472,432 0000000000000000013bd9e71c7fd52c888bc36dabdbf377208f7cff4dcb21c1 1.00 MB 2,403 342
472,431 472,431 000000000000000000e64c2b8e10243f10342132cd9e4055785be92243f2137c 1.00 MB 2,327 431
472,430 472,430 00000000000000000177ab32f80e2ee936237f6175a4f8e0d5c5d9afd1a2ff3a 1.00 MB 2,210 382
472,429 472,429 0000000000000000009cb94c5112b82d3c9963860e5134746faaa745365bfc3a 1.00 MB 2,983 470
472,428 472,428 00000000000000000091f4cce3f87af7c135b7128ca981f27dfffbca81df66e1 1.00 MB 1,931 308
472,427 472,427 0000000000000000007b46f12e68121d2a899e03caedbec206cd4d4df11215d3 0.99 MB 1,713 237
472,426 472,426 000000000000000000fb070a017f7c6f5f65d4fdc63b6410b21fd449a1a13da6 1.00 MB 1,539 320
Previous 10 blocks ↓
Total Size: 684.50 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,346.74 GB sent, 101.45 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.