Memory Pool Memory Pool Refreshing

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,996 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 2,216 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,995 (831,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,668 77,668 000000000008edb33d3b830a8bfcf393fe993f07185ce434762823cc11a39f47 0.00 MB 1 0
77,667 77,667 00000000001a81e54700ea15cb46ba35e7480a736d4876421ecf148ed83f7f95 0.00 MB 2 0
77,666 77,666 0000000000156a8bd03e52c8ead9984b0d154c02dc8e8b8475145fc5df1a9108 0.00 MB 1 0
77,665 77,665 00000000005289c369b862e2e36a285f95e5786752bb6118fc626784ddd658fc 0.00 MB 1 0
77,664 77,664 0000000000463cfbd3c79b39b8ced5f29814da91a4adaa4dddb8b5eb969b4d6e 0.00 MB 2 0
77,663 77,663 0000000000414037bb1db601c1079434a66d14a4d9e130f056630ce87a704b5c 0.00 MB 2 0
77,662 77,662 00000000002ad12e803dae616b373f6dd0faa157cdc5226f0948099559c11a06 0.00 MB 3 0
77,661 77,661 000000000012922155691790618f1f525e7916619a4c4cf98a66fda88d954aca 0.00 MB 2 0
77,660 77,660 00000000005c7bd34a6d1b0e9f473d5d7900868052827e029de9499d13ac1916 0.00 MB 1 0
77,659 77,659 00000000003cc299bf4b1ee6b40467467a2af9cda6c5e7562040054f0b5f4d4b 0.00 MB 1 0
77,658 77,658 000000000014d9a8113bcad8fcfdd2cd0ee6d39f3decff269d089c6d3df95f58 0.00 MB 2 0
77,657 77,657 000000000002e8f3d4ca1ba48f72ea40fdf4949f0677500456f47c424bf16eed 0.00 MB 1 0
77,656 77,656 0000000000268bc14113d7ccc3e3f24c3d72641f8e04a396d1b2fd6430c7b965 0.00 MB 1 0
77,655 77,655 00000000003a9d5bdc6b1f024a258008a68ebdfe106916db88af17eae2e07b70 0.00 MB 2 0
77,654 77,654 00000000003cbc2411b10c128da28e3070171dd30267e2e6e3aee991636cc29c 0.00 MB 2 0
77,653 77,653 00000000002e2c316565dacb73e9125ed348f8e6e720d17aded96074b0e96a2e 0.00 MB 2 0
77,652 77,652 00000000002fa9394a7219db54d0d91135a913507e9619b815369724d4fbeda0 0.00 MB 2 0
77,651 77,651 00000000000a4448d28da597d472ca0cae7a0115fea2af17b2f11b87622956cd 0.00 MB 4 0
77,650 77,650 00000000004f188ed04adf6749355051fd754855b9998710ffe824b8d541e850 0.00 MB 1 0
77,649 77,649 00000000005f925778a5ae715a9f5c74a0a8d4be670a375f6fd9a0570c0a9588 0.00 MB 1 0
77,648 77,648 00000000003b90cad678b19535e6fdbf40a78cfd64ea1dc1a68f99e2ebf3d2b4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.54 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,867.48 GB sent, 105.11 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.