Memory Pool Memory Pool Refreshing

1,087 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,281 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,280 (818,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,759 89,759 00000000000691f8997025437dc7625ac4898976fe40c692bdf92afbc602ec84 0.00 MB 1 0
89,758 89,758 000000000002966ff8a37824171194c8434776f1022632d3e4f652fb5ec61334 0.00 MB 1 0
89,757 89,757 000000000000ace25ac869ba5edc08ef816d4564214541ac459430a9e76582fd 0.00 MB 2 0
89,756 89,756 000000000006eeaac46dc544bba3a512909cc831da6f2e6f429864976d7e8b47 0.00 MB 1 0
89,755 89,755 00000000000d3c5f246f545138c3abef91b8ec0b5c2b41e47a98a8a6067f2c70 0.00 MB 1 0
89,754 89,754 000000000002b931bde24ae3f3c9e48cb45fce2ee9863300b7bd4515ece9f7f0 0.00 MB 5 0
89,753 89,753 000000000003060dd9d64df04189969acd1bf8b490c6d38e0b1daa1ed7c5f682 0.00 MB 1 0
89,752 89,752 000000000001fb74580bdfc7e7a8b7c289a0c84d405807250ec4a61c6ee48b76 0.00 MB 1 0
89,751 89,751 000000000006f9f550963f77d047a97b07723e1ad458b56e89be5ea1e6577d09 0.00 MB 2 0
89,750 89,750 000000000008be469c8bf4ea60ad1e1dca5e576f2e680046f7d220abb692eae2 0.00 MB 1 0
89,749 89,749 00000000000f310bf0ce524b33e4778779f2a4a1a1c7c561580ce1960022e95d 0.00 MB 1 0
89,748 89,748 000000000006f79363e3fceff30c5a38bd4d9b11a064b463d0236b6bb70cbbb5 0.00 MB 1 0
89,747 89,747 0000000000098d9f588b83dbab36a15432de3018cc69d648cf4d1c25242d63fb 0.00 MB 1 0
89,746 89,746 000000000009060cbe40810d5a8925dcf9ad9cf6bcb25bed02b966c89949a6b3 0.00 MB 2 0
89,745 89,745 0000000000098c7f759384c86d3d48f5a370be723fa831d5b74333bbf4198097 0.00 MB 3 0
89,744 89,744 000000000005e1e7504da62a25ad12b92f1f3c553069bfaba55ac119c21e16d0 0.00 MB 3 0
89,743 89,743 0000000000061f2dde7f415ea61ece92d0a23b04fa494a809fb6ab019a32942d 0.00 MB 1 0
89,742 89,742 00000000000af46a9f14b2c38e153ef8368701227800b15960138c21ef026457 0.00 MB 2 0
89,741 89,741 000000000006f35f5400f0b0d894b2e03741cac45926837af740cb39248106d9 0.00 MB 1 0
89,740 89,740 00000000000ea29b995d5a333bc1e62765ba027643a9d8640a86cec820d28f45 0.00 MB 2 0
89,739 89,739 000000000003f4331fcf007962084940c6f3c065c7f831c3a2fe27f68039fdf3 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.14 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,691.88 GB sent, 98.21 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.