Memory Pool Memory Pool Refreshing

497 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (639,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,644 268,644 000000000000000730536ecfb5cf155ee5549572a0e738c47489861247cc82bc 0.24 MB 422 42
268,643 268,643 000000000000000665e626ddc26ae5612262ce841ed0ce4688b846ba3923434e 0.25 MB 565 116
268,642 268,642 0000000000000007544022b9f5b2008544c30252547c43b0ea9504099c3fa166 0.17 MB 270 69
268,641 268,641 00000000000000040036aae7c16258ec6fc8c84bdd45cf68ae31e14f685a1e8d 0.25 MB 544 82
268,640 268,640 0000000000000001015972cdce8e202011f08860509b157e58642ebae7f72e2e 0.13 MB 265 73
268,639 268,639 00000000000000029fbd9eb8054620011b1e60e444f51947c108329d2b06c948 0.20 MB 363 72
268,638 268,638 0000000000000002c575261a995c7611192fa2f47586bfd20e6bc86bc5408b38 0.06 MB 85 23
268,637 268,637 00000000000000003e899e3b738d9c4bbbfa8e3b452e24c96961d22f8d98a663 0.15 MB 291 38
268,636 268,636 00000000000000059274e1aa780e779571bffb924e9ddf117cb219cee8eb8707 0.15 MB 335 20
268,635 268,635 00000000000000078a7217e764df9072df3cb4f8a09ce8bb361d8b7e1784cbcc 0.15 MB 207 8
268,634 268,634 000000000000000141700978faf213b74f0ea9a9400123b259874d90ea1af7ba 0.25 MB 438 35
268,633 268,633 0000000000000000b8d8b1bea5ce1354c1f5435b64e46873c1ad3273fd4464dc 0.25 MB 659 219
268,632 268,632 000000000000000533c459911cfe1049c51b4fdf5faf660ffee7dbd8153ea72e 0.25 MB 544 127
268,631 268,631 0000000000000001dfd33004a494e2de4886d3e15518bac4065b832305ba8aa6 0.15 MB 279 23
268,630 268,630 00000000000000048787db179d8059250c49114801969220333bff4bcab714e9 0.18 MB 425 111
268,629 268,629 0000000000000008103681bb73e5888b920c2623c975dd51a87c1bf9fdbc1a63 0.04 MB 13 16
268,628 268,628 00000000000000071416a9d1afdc8256a4adaef721ae3ca2af5ca899ebb3abac 0.28 MB 613 113
268,627 268,627 000000000000000769a812823e3936a11afa0726ac968cb25420bc4548510ada 0.20 MB 367 49
268,626 268,626 0000000000000004ddd60890cfaace51fc3de3d69af5ea32a767a3ed79ba0669 0.25 MB 604 98
268,625 268,625 00000000000000042b6ce01ba85dfdca6eb5ad95b879478af9d30d7ab0878bd4 0.09 MB 200 93
268,624 268,624 00000000000000060f3b772618b80cab2f9fd6dc4637ee1af83cdfceb6a62f90 0.15 MB 285 39
Previous 10 blocks ↓
Total Size: 769.11 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,629.33 GB sent, 93.42 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.