Memory Pool Memory Pool Refreshing

17,916 transactions
5.78 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (756,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,352 151,352 00000000000007cee17ce16458344bc91c653431f0945102b423ff6f09155d7e 0.00 MB 8 332
151,351 151,351 000000000000043651e2cf069cce4f8ccccb4755ea20de99313b6e7b59076ba4 0.01 MB 23 169
151,350 151,350 00000000000007a1b759c4742913d39b38a6c33801f4c7226c7429d53e352736 0.02 MB 77 102
151,349 151,349 0000000000000320fff034f66928465577b1a03d50169626ca865441cbba3381 0.01 MB 7 528
151,348 151,348 000000000000019f89aecc106024fb56a20ec8804c4e4f081dc7732137c63e40 0.00 MB 12 30
151,347 151,347 0000000000000c680eccffd3f7e19d16537a0d431ccd6d79bacd5ef0aaa85a49 0.01 MB 21 208
151,346 151,346 0000000000000afa696e28b65bf2414a7807f34a63ade91d408aa7bf84450004 0.01 MB 17 303
151,345 151,345 0000000000000cf636058f1b11eba1eb3f223d48fd9ef072238bd21a7f0a4fa3 0.01 MB 25 410
151,344 151,344 0000000000000058e82b44fd7d3dfe35d5aadf6fb4d3e9026912955131670d1b 0.00 MB 8 581
151,343 151,343 00000000000009829d8cd6a7d08de6906334a02c33829dee64c59c14b609b809 0.01 MB 18 368
151,342 151,342 00000000000005861d4c6b3de2266b0d28accd5912a4c30527e32527b45fe838 0.01 MB 45 111
151,341 151,341 0000000000000d396a8e3364378b66db30a4f2a1580109af3d20e3d7abbabfd2 0.00 MB 9 337
151,340 151,340 0000000000000730e19aae496183f97d192258ce1a9ee6d0ddb8b6af6285690d 0.05 MB 160 36
151,339 151,339 000000000000012c013d4b170d3cdddf8539af385ea4411f4de4ce3e21b42ebe 0.02 MB 56 147
151,338 151,338 00000000000008b4bb633ceb697e62ff3bb4486a250581b41abf62fcf1775fe5 0.00 MB 11 288
151,337 151,337 0000000000000201d26bd2630a8070305c15e2e66af504965539428b9af80c4b 0.04 MB 97 46
151,336 151,336 00000000000009e24ea69f189ced7e9bdc165b493be2879ea4ec2150dfa8e23a 0.01 MB 7 11,888
151,335 151,335 00000000000001d847b785c5f9061e5c170ec65c685393f92973d036f059209a 0.00 MB 11 475
151,334 151,334 00000000000006d69c3b6c1dd48842881742d8c2d0fd4eeed03b55e815d43024 0.03 MB 65 159
151,333 151,333 000000000000005dedb97d5b26ecf13a959f6497444b82eb2772696f504e7bae 0.02 MB 50 38
151,332 151,332 00000000000004fa6483b6fe18b1f89ac6f693d8dd3e2ab68722a76e85a6529a 0.03 MB 64 181
Previous 10 blocks ↓
Total Size: 769.02 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,624.26 GB sent, 92.99 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.