Memory Pool Memory Pool Refreshing

11,360 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
902,074 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,579 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,073 (745,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,623 156,623 00000000000003e7b8b309852d23bfe9b0686490363a7604ffe4cd907f7c59c2 0.05 MB 170 186
156,622 156,622 00000000000001114d469b04b03ff9295bd87b9f0f0ef9d4e7a6a161528428dd 0.02 MB 37 215
156,621 156,621 000000000000029201ff6b1031b111e03ec6879b5fcae804bcb28adb3424cd3f 0.00 MB 11 35
156,620 156,620 0000000000000c4021f0c8112c02918d3e1682056a95cbfc9637082ed1c2ddab 0.01 MB 22 36
156,619 156,619 000000000000091a137a19661935ff19020c4ec235c61a364a2ef950d107fe0a 0.00 MB 11 0
156,618 156,618 00000000000004808501606419253f906372e8daf8f1d228cf6ec61457677b3a 0.03 MB 53 144
156,617 156,617 0000000000000bd277f899dd722c88aa0965242d7361b427ecbffda50884d232 0.00 MB 7 33
156,616 156,616 00000000000001230e62a526b58a02c3d53e161cda751c5f967d65a8b37bc917 0.00 MB 1 0
156,615 156,615 000000000000074d74e6ba8d2568d82b14af942873c6935b60289eca5bb4b935 0.02 MB 74 104
156,614 156,614 0000000000000cfa90048081198d044691fce03881ef5820ecbfcdeb7b67e932 0.00 MB 11 338
156,613 156,613 000000000000015983f8f66b90613f19817ccfe514d21e635d80a1f80c1bd140 0.01 MB 24 38
156,612 156,612 0000000000000454eaadda5bb135a3e8e29e1134a738603c728847f40fb623ef 0.00 MB 14 28
156,611 156,611 00000000000008055882f168285dc9c97b57ca0ddc62576f0b88086c018563db 0.02 MB 46 99
156,610 156,610 0000000000000b319a96ed3507fce07d296e5bc3012aaa94d60daccf911705f6 0.01 MB 40 318
156,609 156,609 000000000000014a42b0e214dee1f620243ef40993b4cdc00d8114aa62edd6a1 0.00 MB 1 0
156,608 156,608 0000000000000e6fdeb194fd2b535816fd272c991f7a680020f6bbb4631b14c8 0.01 MB 47 64
156,607 156,607 0000000000000020f642139688a6db1d1e1e48add33fbb3d79136b8f5ffb5478 0.02 MB 90 15
156,606 156,606 000000000000021746ae4ebf3e1e0ec803ffe82929f50a9f995a601355df9844 0.01 MB 19 250
156,605 156,605 000000000000037f030ddb477e04a7e3f8508b060f4d89ef893495dd47839aff 0.01 MB 30 296
156,604 156,604 00000000000002bc861b74417a4867b1ccab5b80d5d5fb4198979d6fc018150b 0.01 MB 28 116
156,603 156,603 0000000000000f1cb64249cd5ebcb227698ee8e6c1ce6f6e8ff18426ca578d8d 0.00 MB 5 41
Previous 10 blocks ↓
Total Size: 759.31 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: 836.36 GB sent, 43.09 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.