Memory Pool Memory Pool Refreshing

284 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (756,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,448 151,448 000000000000070bb168b27cd8db7fed14aa94a279fa6187af204f90e8e86668 0.03 MB 84 24
151,447 151,447 0000000000000d91edb04a330ced75967f4427b7b2dc724da601d02609a29f6a 0.04 MB 74 119
151,446 151,446 000000000000072bc806ef9d4c5c9c62649bd6a8c1cdd78ee978577d9ac9560d 0.03 MB 20 524
151,445 151,445 00000000000009b19d19a699d2b0f780af798e39e3160bfe51c550abd33e7fa5 0.05 MB 66 499
151,444 151,444 00000000000001ea683eea03d86484cbb16117e54c9b4a27c485be098a6dd12b 0.04 MB 104 86
151,443 151,443 0000000000000792cf729e8e17a6e846858e4831275adc7954589cb8f8532325 0.01 MB 25 97
151,442 151,442 0000000000000a72e8394a8bc4a8bee5c403e0718cf93c53ae9a54cae3fb6e3c 0.02 MB 66 225
151,441 151,441 00000000000003d200938b7d41c4f92acf9edb4fcba3686dc02bb64d88ddd01b 0.04 MB 70 28
151,440 151,440 0000000000000c6cd0d41796e90f7ead411af08806c7aa03cfaae503d40bb9aa 0.01 MB 33 238
151,439 151,439 000000000000075da8d932aa83b0c1b87ef892e8272c8707fd06ea39e075060f 0.01 MB 42 213
151,438 151,438 0000000000000ceebb9b4ee3d5ba013df6b1aebef682dad16c26d0871dc69552 0.04 MB 83 117
151,437 151,437 00000000000006153b84736aa1c2a4dfc8189b7cb3394923ea25faa51aae09a0 0.00 MB 7 40
151,436 151,436 0000000000000c9fc795d5e61f04860de5b648833f4697cb5da612de0cd6aa6a 0.01 MB 14 31
151,435 151,435 0000000000000394a63bcef912a8420d59143d51202ca26541d816d978d5cc14 0.03 MB 90 165
151,434 151,434 0000000000000bf274677e967323d74f680814fe7edc64a45ed8ae4f600d16fc 0.01 MB 46 153
151,433 151,433 00000000000004d347c8f8c74fd2ba546847b55c7d74296d47a82aec6618a2b5 0.04 MB 108 48
151,432 151,432 0000000000000031b9e8eda41b8738d673776c157b6cf51dd1d208695102f849 0.05 MB 87 141
151,431 151,431 000000000000093c4bae6c23186bde71ae3c3c7494e2fe10ac68a04a764da529 0.01 MB 32 80
151,430 151,430 0000000000000a5a0926e7a9f72dc9dda8e924f0ba73e2abf473ad45b9b98eff 0.03 MB 80 107
151,429 151,429 0000000000000956ee43f476cebbba89e7177877a4fa69c6c130ba9febe9308b 0.01 MB 14 66
151,428 151,428 00000000000006b99447a2180e41406428b2dc6a0f1306215c609a66727fae54 0.01 MB 13 61
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.