Memory Pool Memory Pool Refreshing

3,644 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,869 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (826,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,003 81,003 000000000028bf5e8790ebfe658dc41e21210c0ed82b09f01df4b782e8545e3f 0.00 MB 4 0
81,002 81,002 00000000002467fe860130cdf6d9d03b32aa263cece6b483236d8749b691fb4d 0.00 MB 4 0
81,001 81,001 000000000024a8e74920194cf01de89766fa64ed18f87e2dbb214bb5e0b391c4 0.00 MB 6 0
81,000 81,000 000000000030c11525e18d5083000ca58a6b1625ce54b48edf16b9b6dbd8f043 0.00 MB 2 0
80,999 80,999 0000000000082b8df0ce6190081d87d1e1a760526428bc21f92d8fb2e32718e0 0.01 MB 18 0
80,998 80,998 0000000000102de9f5a63ac55bf3913f222d20f286f421ce79d52639c8f0051e 0.00 MB 4 0
80,997 80,997 000000000013a9291c24f9b5d79ab42c8a66e791cbd8aad9390185a65210071f 0.00 MB 3 0
80,996 80,996 00000000001b3f33917a079f8453aa7ee299ecf86220e9e0b37831770ce5687a 0.00 MB 1 0
80,995 80,995 0000000000242fc65a69b85e1a98691a5b72cc386d497333d6276b985e55c603 0.01 MB 4 0
80,994 80,994 00000000001893fcfef5609b586cc34a4ec9cfa89c1c5722a7c2bbed709d4d80 0.00 MB 14 0
80,993 80,993 00000000002b21242534db3923cb67af704bd3b72b8ea2a0bd70582e5dfc41e3 0.00 MB 5 0
80,992 80,992 00000000002643cd229b2bef0959b03e24ef6d2231d1b9bcdb76a558469c5bac 0.00 MB 6 0
80,991 80,991 00000000000835a0a98fc4acc65eec056fbee6c9ddb09ca199d02b94a1f31776 0.00 MB 1 0
80,990 80,990 000000000044deae4817ae3889860832590f75809ea614d2975dc235d3993fd5 0.00 MB 2 0
80,989 80,989 0000000000207b57f97669ef4fe0c63526228aa9b8cbf8bccdf07225ec301407 0.00 MB 2 0
80,988 80,988 0000000000254f4d6d482e2c4185a5828e815997c99c4ab4df59b3f96999c2a5 0.00 MB 8 0
80,987 80,987 000000000025badb7770775cc80ffc71182f1af91e0fb48e87741c63296d8c6c 0.00 MB 2 0
80,986 80,986 00000000003599798d54b17307a942fc65900403da2ed19d6717a203aa81248e 0.00 MB 1 0
80,985 80,985 000000000013e01cfc44ed48adeb8abe81bbcb5ae89877e7bf69c8a79ece8450 0.00 MB 1 0
80,984 80,984 00000000003b90ea784951e2b2ee33a73b60ed12b6732143188fd711bb3b9d52 0.00 MB 5 0
80,983 80,983 00000000001f591c95addafcb0aac3cfe7e032884f039b87c88a70c508c11cc0 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.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.