Memory Pool Memory Pool Refreshing

489 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 (697,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,167 210,167 000000000000024af3a64c2eec9be2849de6a6c0dbc736677ac5d23a53bf69fa 0.02 MB 32 102
210,166 210,166 00000000000004bbf26c25346c795f6cbb2688c7a155049537f3c4810b5b896c 0.15 MB 372 183
210,165 210,165 0000000000000266f2dd9a4ba27660ab9052cb2297694835078d1a5bc1fe20f8 0.13 MB 76 73
210,164 210,164 00000000000001f0b295643e6f5858cbe68ecdee638db30f872ce3959b4990db 0.19 MB 241 113
210,163 210,163 00000000000001b7ac168df6e93f10e6ce547622222202230b49e136d35d6130 0.25 MB 775 227
210,162 210,162 00000000000004dbe7e58222bec20c4db3a581c1da7f7ac7013e903e27b32310 0.05 MB 170 346
210,161 210,161 00000000000002b73f3ceac26b213ce25d5bd625cdb19a7db38c7a78685279dc 0.00 MB 10 14
210,160 210,160 00000000000002e0b9eee9acdead453779b15f3c0d7fbc8d10107ba96487ad1a 0.00 MB 15 0
210,159 210,159 000000000000044c90b753ced97ce978574eb77ac4d0f7b9902baab940ad63a4 0.11 MB 267 161
210,158 210,158 000000000000003e85ce085a74b8c44257d0d23cdde5fbca20ab7dc11c30d93d 0.15 MB 262 137
210,157 210,157 00000000000002dade105e20080a6e25524a57ac0fd19b7ca2b89109ba384b86 0.01 MB 30 116
210,156 210,156 0000000000000461f7cc5f5b2ad4eb000d875096505d88c837babe52711fe3d5 0.30 MB 653 355
210,155 210,155 00000000000004764f700a9cac01e3e98f96dcfbfa34794c044105e28dc6eee0 0.05 MB 136 62
210,154 210,154 0000000000000231ef2584c998742659b610c6d55ae949793559751d09263781 0.11 MB 108 103
210,153 210,153 00000000000000880fcc4be8900913c78ecbac47fe3e9d606fc70e9c821139dc 0.20 MB 493 186
210,152 210,152 000000000000019538e95aeaf473a762c72582cff3b2561656182c105b117808 0.23 MB 463 148
210,151 210,151 00000000000004a6c9a7a915c66e8dd6af498046c9b039f0475578beff45669b 0.06 MB 143 136
210,150 210,150 00000000000000087990b1948fab5ef4cbb2fa56446691f0b2a389b101a2fe72 0.31 MB 594 155
210,149 210,149 000000000000047ad98dce3603c2bd673cad9301738d9965d48494ab60337af6 0.25 MB 705 210
210,148 210,148 00000000000002480211588e71ac05c7a6fde4c1cd9ce680e3f4bba82eef07d2 0.08 MB 201 285
210,147 210,147 0000000000000092929f7fe9000ef44434cfe93acb7e0c7fb3708dfb2b8e8188 0.15 MB 430 194
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.