Memory Pool Memory Pool Refreshing

8,399 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,292 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (842,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,514 66,514 0000000002e7b0648eaa8e131538487eccd7c0e430614b15eb9e5405db15d9b8 0.00 MB 2 0
66,513 66,513 00000000072a8e96fbbeaae6d8a045a357953b0f8cff8a7a652caf61c24c427d 0.00 MB 2 0
66,512 66,512 0000000009fab792f8dfcd120ba74ffff70b853f685d6958ac9d77b69aa9c9f4 0.00 MB 2 0
66,511 66,511 00000000035dc48d546a6c754f9fd5cea37650f9ac01c4f452a260f7becbebdc 0.00 MB 2 0
66,510 66,510 00000000049a2f890c0f0bd9e339fbea2b8cc7a40d13b3663e80ae7c035b1797 0.00 MB 1 0
66,509 66,509 0000000008cb3dd65f41e8cc2e905c06ad1c7cea2528fb97b94b14f850c071b7 0.00 MB 1 0
66,508 66,508 00000000072bb449503e9cb62c56ddea3b54285858d8e3572caa0e5e54197a1a 0.00 MB 2 0
66,507 66,507 0000000006bedf683211ba65d6fb663be803584df6976aee22e9c4e2586d8117 0.00 MB 1 0
66,506 66,506 0000000001ec8e51b8183e87a571e00edef4cf953b8cdddcf5f13e2fa378c687 0.00 MB 1 0
66,505 66,505 0000000006c6a6e61ca65cb234e4f0576353cb47c505ce994ebfb3ffbf046339 0.00 MB 2 0
66,504 66,504 00000000093957878105d8f1caa5dab1c79bafdaa36a8fbcf2e10cb73415ac1a 0.00 MB 1 0
66,503 66,503 00000000017b501fbc8fbb723f784ee088e98e79a67b2585b7dc6b23bcbb2e57 0.00 MB 1 0
66,502 66,502 000000000833eb4cd825336849cad917b4c70347a45345b7318ff3d230d7c179 0.00 MB 1 0
66,501 66,501 0000000009ece89b50b169a35b5808f32cac58c08fbb29d3a397182934181052 0.00 MB 1 0
66,500 66,500 0000000002b4c8837bf58304eaa4f8477c1beffc116d2b44660f70867a7c3eac 0.00 MB 1 0
66,499 66,499 000000000768f28102bbd8cb61b2631bd0f175de08e9045cb5c7a4417b13bfcd 0.00 MB 2 0
66,498 66,498 0000000004fc3462ced26cf3adb91ad6edec5981c8305d04103f239d957402ec 0.00 MB 4 0
66,497 66,497 0000000008fa840e39030bfee12206237c9e3e63b53f2acf37dd9e0f32e50294 0.00 MB 1 0
66,496 66,496 0000000000553da8bbd8905d720e2a18910cdd4b135500dbbe814da6d24e44fa 0.00 MB 2 0
66,495 66,495 0000000003a03e074251e16f783aef803a7268d71e0bf02b7ff840d776a8baeb 0.00 MB 1 0
66,494 66,494 0000000009f63cb856785493c33f04023cc491cb6f55584dfda6dec1626499f1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

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