Memory Pool Memory Pool Refreshing

1,392 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,384 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (813,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,658 94,658 0000000000057f9b36ff59f47a084c9d2506c9c85ca317ad155e0e9776cadd20 0.00 MB 1 0
94,657 94,657 00000000000889fda46e744d0b64476d294bd2a8f751d8b5d0807d69b9d8414d 0.00 MB 1 0
94,656 94,656 000000000006f8244376ea0a57a21125c621717566cca2acd5d3cb635d09530d 0.00 MB 2 0
94,655 94,655 000000000009596a2c1e1b9f9d41b14d8b292a1c2cfcfd4d50d5550494a59fe2 0.00 MB 1 0
94,654 94,654 0000000000024a23a98110a2bfd5fd69e5daacca167865849f2419a286465f06 0.00 MB 1 0
94,653 94,653 0000000000060aa87347200892992eba5c18e16e1cbacf671ac4771f1fc8e34b 0.00 MB 2 0
94,652 94,652 0000000000026c3f7c9c7fe553cdc8f2c21a560cddddbf9280daef3cef8a9563 0.00 MB 2 0
94,651 94,651 000000000002ef31a2dfc9bd36051904624c9689e36a15dfabaf2ddc14409a6b 0.00 MB 1 0
94,650 94,650 0000000000065d4c300a9b869ce98cae075368cea2050455076f70bc5194660b 0.00 MB 2 0
94,649 94,649 000000000004180ed84b4b732b4958828b3fe868ba78f1a082c460d016d39406 0.00 MB 1 0
94,648 94,648 0000000000091fc4ca8deb9442ee28344f51c0cec859d9efd338921b0af35e43 0.00 MB 1 0
94,647 94,647 000000000007d33a618d123270a32918b808b793fac10467d42c71b912bd4f6a 0.00 MB 2 0
94,646 94,646 0000000000040849a7c1c45d045093460f6d42e912723b027aa2c1f831298bcb 0.00 MB 2 0
94,645 94,645 0000000000043384de127c9d97c27b431d525fb13a275e0628d8faa210cab517 0.00 MB 1 0
94,644 94,644 0000000000018ea4ee99411bbdee3fdb922dc3d47d3ff30a3b5c91db4a1ac9a5 0.00 MB 1 0
94,643 94,643 0000000000016dc915bb2642e2e8096a93a8981046401c896d36c7b69a59f7a3 0.00 MB 1 0
94,642 94,642 0000000000076f3d87ed4e28e606b823d888de16ba8dafca2b81e776d2d319ee 0.00 MB 1 0
94,641 94,641 000000000000ad8ab6b3cc8ea78029975d93522ee3752f79f79e2ea8da87d93d 0.00 MB 2 0
94,640 94,640 000000000007c9952d44a01503ee4e1d8266d4ec00e50f6f9fadb3f0e59bdb0e 0.00 MB 2 0
94,639 94,639 000000000005c0527cc49ca5db6d14b508ba6b1d6fb6c4ebeacbb327b8870adc 0.00 MB 1 0
94,638 94,638 00000000000247bc0bbc0ae1aa274b2e996836ba496747a676bfaf0d16a90c13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.54 GB sent, 100.68 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.