Memory Pool Memory Pool Refreshing

276 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (840,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,675 67,675 00000000041f2a7d619ed899e74904c83bc17ebaff106b308343d466efed242c 0.00 MB 1 0
67,674 67,674 0000000004c57100850a74b1931fe6ca33b6e946c37697286e12e2b94c859994 0.00 MB 3 0
67,673 67,673 000000000530b2df13e53f383f1c2baa9927cc37e6f58b8e1fc044f11ba122e8 0.00 MB 1 0
67,672 67,672 000000000016bab5422a426a4d5ef6922d924ef68ffd9d5d43f433ff9a960d14 0.00 MB 2 0
67,671 67,671 0000000004e8e5bf923f978e62ca67ecaab205ff21e7957bb0cff85d6e1d6c6f 0.00 MB 1 0
67,670 67,670 000000000491abe10a8dac1d157991b34e3404d87b986f762386664c6f36038d 0.00 MB 1 0
67,669 67,669 0000000000e91939729bfe23f2b8080dec0ff6b1b422479edaa57011354ad47a 0.00 MB 1 0
67,668 67,668 00000000045713595494ab6896b418590e3f616a5e6bf17c3aa29fe5216d015c 0.00 MB 4 0
67,667 67,667 00000000022852835743da3adf5aa89c81ea3cb0d4b0afe6ece65ceb61228cff 0.00 MB 2 0
67,666 67,666 00000000032248e54751ed8525c4809d8c4ae593ff61608ad906905e8f9ac53d 0.00 MB 1 0
67,665 67,665 0000000003cab35e1af5d866cb411561616a94b76a291c2504a15d8929ba84ef 0.00 MB 2 0
67,664 67,664 00000000001c7dc1c279d5dc7708f8ab0cffc1aae22393e604221575fd864bb4 0.00 MB 1 0
67,663 67,663 00000000001e5f262dc9f9b4332c647f598f0be3dae8c974bbdf913865e58620 0.00 MB 2 0
67,662 67,662 000000000524c0ecdbd37c7ed58605dc3bc2ac914d8418f22c591b327ee55a09 0.00 MB 1 0
67,661 67,661 0000000000fd0cc004994e0a6ef5107a8e0ec90008d401d99c0da7da34f30b09 0.00 MB 1 0
67,660 67,660 000000000359c2419d16c71821b3e4ee7386308130563aafbd518bb558de6056 0.00 MB 2 0
67,659 67,659 0000000002b262abe24bab19959a519f8ecc81f105d0d8b23bd62e8adfd46618 0.00 MB 1 0
67,658 67,658 000000000183b3e7bc47ac4f3d93824ec45aeb561a933c7f8da2715105b12965 0.00 MB 1 0
67,657 67,657 000000000270f0e9361cb210becb1dae92f7ca501aae9f2020a5a529057e646a 0.00 MB 1 0
67,656 67,656 00000000031a7e782ba4dff0d64e79cd5f723b0b29a7cf59cad4c207432b7d83 0.00 MB 1 0
67,655 67,655 0000000001559c29cfd405c9f760c23f56dcc7ad7a07b26479adce784e8b6997 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.