Memory Pool Memory Pool Refreshing

17,826 transactions
5.75 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,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (765,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,247 142,247 000000000000026be104351628468e2e8b2dc358d458b231530686ded85acefa 0.04 MB 127 97
142,246 142,246 00000000000007b6ad1b9fd34e3d20e2cb1627f75f5bded56e1a5d3a8b075aeb 0.01 MB 27 133
142,245 142,245 0000000000000042d929479b1b227507a269ea307aff70a5816323ea0fc10caa 0.02 MB 31 75
142,244 142,244 00000000000003437a159eda9323f9561f32131eba4b3244019cac0e3d3bb232 0.01 MB 13 22
142,243 142,243 000000000000065e41a4eb31193f7fdf810b934882e498eaf211bfd5cbf13ce4 0.02 MB 36 57
142,242 142,242 0000000000000104fc728b2a69bd44712ee47368ab4c1a666cbeab2940d8205d 0.00 MB 6 23
142,241 142,241 00000000000007cfcbeeb282433477be1622d41ac55ab247ad5912fc279b5217 0.00 MB 1 0
142,240 142,240 00000000000008abf549130b64ce836def58079f834d3fd6b1a516180d514fc5 0.02 MB 35 46
142,239 142,239 00000000000004e7dae5734600e70e847a54becc7ab6f001f41f511f6f9e3345 0.01 MB 17 140
142,238 142,238 00000000000003c44c4c1f176eb954fe24edceb24522633b54bb5a14d27ace3d 0.02 MB 33 77
142,237 142,237 00000000000002cc1ddc22f2fe5d1a427e58a1191d29fcf25205d87afdb5e713 0.00 MB 9 973
142,236 142,236 00000000000006df5c7d2088f769348a07ddfe7e53ca99ce4a4cf51fdf938eaa 0.00 MB 1 0
142,235 142,235 0000000000000674b158507425d7db58d9dfe7c6185a41660cb705d8ea01cef3 0.02 MB 41 118
142,234 142,234 00000000000000a30544a0eac2bdcf16231c340d5c5850176c6275d5b84df8d7 0.01 MB 12 156
142,233 142,233 00000000000003b3c95faf83c703d7bb1b98b0aa30d8b557bdbd4051545a725f 0.05 MB 144 115
142,232 142,232 000000000000066742ae09a37d975704c596be71692d871bb2ca458cf34ebd30 0.01 MB 26 38
142,231 142,231 00000000000002b064bd39f1e564e95cee37157211bfdee522d6ffcf6a1b385c 0.01 MB 20 126
142,230 142,230 0000000000000343d28d17ad4be9c449968f81e1a55745e3118fcabb4fdb540e 0.00 MB 7 0
142,229 142,229 0000000000000230fe962560883fbc6655a62a4ba4dff143045530eecd162d78 0.01 MB 24 96
142,228 142,228 00000000000005e434972329eb8469004f91e3eb1ffc0d92944d9b5cbe76a40c 0.01 MB 22 429
142,227 142,227 00000000000006ffc499d4fea5a9415312d88982cd6b512df0b5cdde41868926 0.01 MB 32 96
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.25 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.