Memory Pool Memory Pool Refreshing

9,135 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (252,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,630 655,630 00000000000000000008e7b1adfa12b8b8a2ec0c783a540262fdf118467410c5 1.11 MB 1,886 23
655,629 655,629 00000000000000000003c6086d5ceaa012564825bd3f2722e6dc5feb17ff427b 1.19 MB 1,408 12
655,628 655,628 0000000000000000000c44db0416aaf9e2afdcfb937640b9034999e52c73c75c 1.30 MB 1,993 89
655,627 655,627 0000000000000000000ee9fd11a7b016c2311786739253fe1f12cf5dccbfee30 1.26 MB 1,863 56
655,626 655,626 00000000000000000003cabee4603affd24afbd76b677361806fbf3a54eed448 1.31 MB 1,820 149
655,625 655,625 00000000000000000009151b8add32ecbed4051224ee2a0d2ee93fee788fe68a 1.21 MB 1,609 176
655,624 655,624 00000000000000000008365a7e84649a039d938a678b9a282aca60a6ad3c12a0 1.44 MB 2,232 216
655,623 655,623 00000000000000000010ab5d464d3343d90f19f7ef52d7e9343a22d50d118967 1.33 MB 2,019 173
655,622 655,622 000000000000000000058548a69e5e0550644d41e2150159da6b0b6180644ed1 1.20 MB 1,963 57
655,621 655,621 0000000000000000000f389b629c89ff2917de58084dae0c7bf66dc39918aa84 1.63 MB 569 25
655,620 655,620 000000000000000000099a0eb5230dae2d968f271f31c570e00da8c7e13451e1 1.44 MB 1,881 167
655,619 655,619 00000000000000000002c4976dab2f8c3841be444f343ef4c44bd844bc7cb910 1.27 MB 1,803 132
655,618 655,618 0000000000000000000ed17759ef5baf0fcf6a6ada5b6360996e726b42b1d01d 1.40 MB 2,476 327
655,617 655,617 0000000000000000000e37fafbe5da423596c813b9563463dbc77d4683d77b64 1.28 MB 1,790 34
655,616 655,616 0000000000000000000c80629db5cf5f84775bc8ec2fcad073f117630d601c97 1.64 MB 707 15
655,615 655,615 000000000000000000090173f1a646abb2a92ce2ef51b7f2d69d0e32fc72b862 1.32 MB 1,970 66
655,614 655,614 000000000000000000003084cb4d7fd80094571eee39ef2bfa753aca6500c341 1.61 MB 1,338 57
655,613 655,613 0000000000000000000aafc247e4f795e1de32f20356bac70ce39e7eb9d53ae1 1.22 MB 1,849 49
655,612 655,612 0000000000000000000299505e431c29d7617eb87be1d13d52fc1d7bd8f9fd67 1.29 MB 1,984 36
655,611 655,611 00000000000000000004c5154236a1fb7ed31d2bae05bfeca56ac8b99b49178c 1.25 MB 1,883 198
655,610 655,610 00000000000000000008759aa0cfcf0ba759dc9a1ad614bc4ad1b2a49107025c 1.24 MB 1,847 319
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.