Memory Pool Memory Pool Refreshing

7,858 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,834 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (733,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,236 174,236 000000000000039f1f82ee71b107e68d22794506a0325c6b996d6cbc00cabc40 0.00 MB 6 140
174,235 174,235 00000000000000a6b05c910584ad4adf05f51ce647cafe2877ee26f8efeaa113 0.03 MB 63 76
174,234 174,234 000000000000038e7f0aa69930be19cabcfbb6866e12b6e52f5eeefe91d742c5 0.05 MB 141 100
174,233 174,233 000000000000056aabadbcadd379d48a677c959acefecfe573ca0702c6ba36f2 0.01 MB 19 76
174,232 174,232 0000000000000820b0f7c9e244fe6f06f675e2191c24762817a3f9d779952948 0.03 MB 103 91
174,231 174,231 00000000000002fdd86b8e07afdfbc6365194008ad7bdba9a89545e4e64ce273 0.01 MB 23 55
174,230 174,230 00000000000007c18ec57b3c6fe13da85a824c960dfc7a726fc9b391de568c3b 0.04 MB 132 13
174,229 174,229 00000000000000fd14ee8e9b413fd7fd7ec551d6cae382ec85b43361d63d8685 0.01 MB 14 760
174,228 174,228 0000000000000879a38b693ef50a464c9771388c8fd649ac3167a158cb1b8376 0.03 MB 34 106
174,227 174,227 0000000000000304a245a2a7285fb9c9abd7f18e1ae268888dce230d1326a76c 0.03 MB 72 277
174,226 174,226 000000000000023ce748a7bdee840ef7dbf7a33eb320f5c866f183b90e5fcc02 0.01 MB 18 23
174,225 174,225 0000000000000513b482122691c67a000d6cd22849755fe7008da605d9979d88 0.01 MB 23 47
174,224 174,224 000000000000007f705bf69def27820097fee38fbe55ca37d2090b9fb0f7d4c0 0.00 MB 10 27
174,223 174,223 0000000000000a0497c8250f8368c3167211d2290aff7ac99fbba07d40a0a85b 0.01 MB 15 39
174,222 174,222 000000000000026f1e481a0c45f666e9203bf3e3a7b6008c4378ef268ee74c2a 0.01 MB 17 429
174,221 174,221 00000000000002fcad485fb8adfddb6c8765c4532af872068dd8097a7567b540 0.02 MB 20 189
174,220 174,220 000000000000001b315176aa6ee9da2730793a47892161b50b4f5376f8a23b1b 0.04 MB 97 102
174,219 174,219 000000000000082c66b16ce30a42080af914064ae9456750fcef92366c3975c7 0.03 MB 102 68
174,218 174,218 000000000000083943b64f06b7cb0c6d5f072fdad8f5d69fb4ff68e577e22950 0.00 MB 2 193
174,217 174,217 000000000000049489d6b2922cd803a0d4ec16e069e4d8c890d0f90f692875b6 0.02 MB 47 89
174,216 174,216 00000000000002d81fa88058ee895a1b6350515d74690f58cb324b1508db27b1 0.00 MB 13 45
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.39 GB sent, 93.03 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.