Memory Pool Memory Pool Refreshing

5,575 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (573,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,433 334,433 000000000000000019d597113e76e5ea16fcab1f12ae94672db9ed1948c046d5 0.75 MB 1,582 32
334,432 334,432 00000000000000000aadd39cfba161a059da417a45772ac3dd0130f96ea1133d 0.47 MB 788 26
334,431 334,431 00000000000000000d3cbe8ec8a4d27f91da8331e911f3aee61b2f9aa29b32af 0.01 MB 30 21
334,430 334,430 000000000000000004bb3a521cae893086c999a48a69e75f86c5d6786de55090 0.10 MB 153 17
334,429 334,429 00000000000000000f47e022f8d79b5c5396ea68283458a35682f8a731b8ade7 0.20 MB 377 25
334,428 334,428 000000000000000001015542ab585b5983d34b8dae8f6b1e2b484019af70cd9c 0.30 MB 484 21
334,427 334,427 000000000000000013c304a235e05f0cb54deafea2704e13127a9127d00f06fa 0.56 MB 1,054 27
334,426 334,426 0000000000000000066cfe8c808b89b68e43fe5cfb84134329a72092e431e785 0.29 MB 489 21
334,425 334,425 000000000000000010786f2bcbd29d0815102b16937b5749dd53296970204cac 0.02 MB 64 67
334,424 334,424 000000000000000007113775f11b379c8a04cca389ba08b372545240de020656 0.66 MB 465 15
334,423 334,423 0000000000000000021fa18b1ea9516435a4a6ed56019960ac5659b656a33b5d 0.75 MB 1,386 26
334,422 334,422 00000000000000001b18a596ecadd07c0e49620fb71b16f9e41131df9fc52fa6 0.75 MB 1,882 29
334,421 334,421 00000000000000000a509664f88fcbc3e8bc44f3d99cb17b2b43f35e8bac3efa 0.06 MB 128 76
334,420 334,420 000000000000000013584bd1050157971e896e1ee27944e177629b15b93ea098 0.03 MB 64 38
334,419 334,419 000000000000000018d439a78581d2a9ecd762a2b37dd5b403a82beb58dcbc7c 0.02 MB 46 27
334,418 334,418 000000000000000009ea10327f1af82ac1c32d8bed61904b67b47a9b63b488e5 0.13 MB 136 19
334,417 334,417 000000000000000001db097cd0142ff540848c2ec0ed2e672fbcd8d42bbbdcda 0.08 MB 96 16
334,416 334,416 00000000000000000b6b838547012d454aae50a6aa94228d978fc7eb46ba4c8a 0.20 MB 489 27
334,415 334,415 000000000000000014ed1d3f09dbbbcf5b5fccd199340cff43362a3b8dfcb339 0.33 MB 574 24
334,414 334,414 0000000000000000043f969ed78606d822e854e9be841f1a75816e06a3419be9 0.29 MB 208 14
334,413 334,413 00000000000000000f6b2121a4afa4f1edef5b4e06ad93c83f17f509db4f4624 0.75 MB 354 14
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.