Memory Pool Memory Pool Refreshing

8,119 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,960 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (8,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,720 899,720 0000000000000000000199805dd40bf9703e5881e3ef863af766c2cf76cd793a 1.54 MB 3,809 6
899,719 899,719 00000000000000000001e350097dfd0c20a0202c1aa63a5c7b03eb0685e7877a 1.46 MB 2,936 4
899,718 899,718 00000000000000000001d14a0c7d8589d358b7464693d5c4cf93faea855545d6 1.42 MB 3,001 4
899,717 899,717 0000000000000000000089b1d58a32ac1e1f9b383bb0fb07f064f72842993153 0.00 MB 1 0
899,716 899,716 00000000000000000000085aacf6ab0655b2c478b9a6dda12144ee9f783f3c6a 1.59 MB 3,290 6
899,715 899,715 000000000000000000018b5990c2ad9db5ea0b13f7df57dbfc5272f3fda75f30 1.53 MB 3,542 6
899,714 899,714 000000000000000000011d637ec3b604ab4e2882535adf864f746b6e6a9d3bef 1.87 MB 2,212 1
899,713 899,713 000000000000000000006b2f051f75caea1867bc5772015710e41a2fc31fb595 1.59 MB 1,446 2
899,712 899,712 0000000000000000000034ecc3927bee6ed52f0a197691b4f8fc9ab6c27b2618 1.54 MB 2,941 4
899,711 899,711 00000000000000000000b7be51d2261aa2d0db41538aa7ff20c34a747cb50cb4 1.59 MB 2,921 3
899,710 899,710 00000000000000000001a0e1291e6b006d7de13300fe06ba205df4e5dcae4706 1.44 MB 3,231 4
899,709 899,709 000000000000000000000dcb720c9bbe53d291f452d212fd05444e61d70cef15 1.52 MB 3,489 7
899,708 899,708 00000000000000000000325f06338c6f5af62c91ac7fd6dfd6bf7584c0317407 2.75 MB 1,745 1
899,707 899,707 000000000000000000004bac7a8cade668e2a5cf9140e7e471b2b126a4d98d09 1.75 MB 2,355 3
899,706 899,706 00000000000000000001fdb9de2c34169137575eeb0fc0c468d792c48b5efde9 1.60 MB 3,489 3
899,705 899,705 00000000000000000000bd6623138bc199c57ffe4ccd8f55787fe3e70e4de877 1.55 MB 3,468 5
899,704 899,704 00000000000000000001bf2c70d425202624e0a9a27379ba3f31ef63cf1ed8a8 3.81 MB 80 1
899,703 899,703 000000000000000000003ad4a2ac104e2b85f01c5c9de020c705903e07b01fd3 2.62 MB 1,419 1
899,702 899,702 0000000000000000000125a62a56ee183fe6fea28e0f193d39b6d318a460d94c 1.43 MB 2,493 4
899,701 899,701 0000000000000000000001ff21e07e6baa5ff55043b0e0b698465f65a4a7254c 3.03 MB 1,182 1
899,700 899,700 00000000000000000000d63d54d8460f28f8d4fb50c0c82a805a5b179b79fc00 1.69 MB 2,552 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.