Memory Pool Memory Pool Refreshing

4,582 transactions (1.19 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (841,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,482 67,482 0000000001e326853f7fda39f4d25feb5a6a8421837e57dad61cd2fd709a167d 0.00 MB 1 0
67,481 67,481 000000000151fa9ac0514992f174ceb365a76f04bbb07deac2d4ffa4ac4f1e5d 0.00 MB 4 0
67,480 67,480 0000000003ceb2754b6cf575fc79c22981d803cc3e2bdabb46e4ed4929a217cb 0.00 MB 4 0
67,479 67,479 000000000026b9a7f33c4c22a9dd7a4649029e426d3875cc2a3c7cae26c7482a 0.00 MB 1 0
67,478 67,478 00000000055940d639ef4df32f32a608571206794dbb57256b24f4bb41e5120d 0.00 MB 2 0
67,477 67,477 00000000018ec43121f96f6b1bf6c48b6cdb674673b5960f22e1b8e745941efe 0.00 MB 2 0
67,476 67,476 00000000058c97faa57cffa707034b5709a98496cad0d45f62d4152f05becd60 0.00 MB 1 0
67,475 67,475 00000000008dd75964e26dded55861b4d3ffce155474d4a7a3e9c770980d2b8b 0.00 MB 1 0
67,474 67,474 00000000031bc08066b9c74a70ce413447387c2bdbb4ae3c5084d6284c1b6dba 0.00 MB 1 0
67,473 67,473 0000000002a131f6fff0472d03afce47c17a4c156f2c71f65945c5d7c4658794 0.00 MB 2 0
67,472 67,472 00000000011711bc11531d249c73e1978a3824b2a666837f359dc3ce47a0d06a 0.00 MB 2 0
67,471 67,471 0000000000abadaa09d4b84546aa9fbdf6befa1276533a8f8a06b05cc2619420 0.00 MB 1 0
67,470 67,470 0000000002694f12ea7aaa785713b3be0b94842cf765071e5a7725fd124bb632 0.00 MB 1 0
67,469 67,469 0000000003bd84a83bc9ca9c899bb715b17461a25ae87f2afd4cd35e617b1e04 0.00 MB 4 0
67,468 67,468 0000000005289b9254c2c4bc6db1558c8045c5443b87a82ca3c60556688640a5 0.00 MB 4 0
67,467 67,467 000000000229d9847522fc6b0478a2bc61bb18c7e2413b6c3f58223ab3d62cc8 0.00 MB 1 0
67,466 67,466 00000000054ca0271fae75eca30c471d0350aabbab9d8d5b6df3d8a9328f1e45 0.00 MB 3 0
67,465 67,465 0000000001d9bd266327e10d45f440c1d0eb78f73014c8528293cd862ca37a48 0.00 MB 1 0
67,464 67,464 0000000002605329b5e19105999085a09b1de44da5026550cbcc36537cb8dbf2 0.00 MB 1 0
67,463 67,463 0000000000ab60e3bf14e91d21f8a683a81adf61d5faa9f3eb41616230959cff 0.00 MB 4 0
67,462 67,462 000000000462e16b6a6e96bc07fdc2cef1fc3c6e018be7704838a5e815631c71 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,917.82 GB sent, 106.21 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.