Memory Pool Memory Pool Refreshing

2,484 transactions
23.60 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,020 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (908,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66 66 0000000063d334becd1f17db9b6ccf570805caeed92d37d3d67b48e3685e760d 0.00 MB 1 0
65 65 00000000aae47d47b6ff5eda6abab09cd6720684b1368eac70ac4240b3c90250 0.00 MB 1 0
64 64 0000000031975f17c5642a9c7e53ae4201a70a6ba6363036b55497b8754d1866 0.00 MB 1 0
63 63 00000000ebff91c88984bff39511f544a1c4ef6ec4f33e2ea531e47c2685628e 0.00 MB 1 0
62 62 0000000042fe934de30881dcecc5af1c80b5a083030e37d71806e7fc1e8ca02a 0.00 MB 1 0
61 61 000000002973d6cb9371b8db0fe6a16a98dfac07c0aa9207c1cfc967b35290c4 0.00 MB 1 0
60 60 00000000c47a58b89434bd7c7af8334b366f713330dfb89119d67d79424d2cdf 0.00 MB 1 0
59 59 000000000f7171e53e5f037b70ae6a30d2fa6c1a9e019aa3dae242180baea54a 0.00 MB 1 0
58 58 0000000075b4df54f33c4e60cf88c5dd6a6455f16f4fbe220ae81e157ce32ef1 0.00 MB 1 0
57 57 000000004ff375707d7128dd2b080da4185727d534ea1b0aeac5877e00547391 0.00 MB 1 0
56 56 00000000f093cf2c5865f2bb851d5fa65ff1794b02fea4b0d90ff451e6e5d1c0 0.00 MB 1 0
55 55 0000000046438b8d5beb6c9efc503dfec538927d2584d2447538276e687a5283 0.00 MB 1 0
54 54 000000004ee00fc37a68592cf22415b37e6618227249fe308d0703cca1dd745b 0.00 MB 1 0
53 53 00000000fcde3f3306f4167634b51e24414900d7539cb4237f3f060cf26fba05 0.00 MB 1 0
52 52 00000000d6c655f23e71b4210ae3c5d931d76257093ab1e5ced88c52739296b5 0.00 MB 1 0
51 51 000000001c511e00d1e6825c912988a3695ab2758fdbb6c7ee58da1da4fb2d63 0.00 MB 1 0
50 50 0000000026f34d197f653c5e80cb805e40612eadb0f45d00d7ea4164a20faa33 0.00 MB 1 0
49 49 00000000f067c09041ff0fcee3d91aeb7fbcc5654d3f766af2b4377aaee68d00 0.00 MB 1 0
48 48 0000000088960278f4060b8747027b2aac0eb443aedbb1b75d1a72cf71826e89 0.00 MB 1 0
47 47 000000001a5c4531f86aa874e711e1882038336e2610f70ce750cdd690c57a81 0.00 MB 1 0
46 46 0000000002d5f429a2e3a9d9f82b777469696deb64038803c87833aa8ee9c08e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.63 GB sent, 98.61 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.