Memory Pool Memory Pool Refreshing

8,288 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (611,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,034 296,034 00000000000000001a05661922e2fc2e66894bc62e92bcc6c57c1648e9338710 0.54 MB 1,024 38
296,033 296,033 00000000000000007e0cae00ab1e287fa6aaefd1e6cd0d790994e349d5ae6066 0.14 MB 290 33
296,032 296,032 000000000000000056cd0b5abea18c1c0719fa6c6cd40eac17cd35767264f125 0.23 MB 469 32
296,031 296,031 00000000000000006c34679097a155ff1de0b8c90ab9c18dc0907624f923d6fd 0.32 MB 154 10
296,030 296,030 00000000000000004454892df5a4bafb5e368dfc314fcbcfd0f23229ef4eb049 0.22 MB 512 37
296,029 296,029 0000000000000000712f40e736a0285780a45844f86c246317213f121fb28bd1 0.34 MB 659 34
296,028 296,028 000000000000000094e7e15b88cc3bf8ea983867fef906793c06b12c5600e616 0.09 MB 160 22
296,027 296,027 0000000000000000858fbc744b442d1cd68ed68c4beddd6d105dd46b72f30b91 0.07 MB 165 45
296,026 296,026 00000000000000008ee55e8d6b4af38a7534782c80d766fc0a140a2ff066d43a 0.19 MB 357 37
296,025 296,025 00000000000000005d9120b02de0767b2899bd969600fdac6a986f09be2b6078 0.73 MB 689 17
296,024 296,024 00000000000000007f737714f7d2c0fa0c0c577d7ed40e64664c0e50dda43430 0.35 MB 832 31
296,023 296,023 0000000000000000429ffb76f825bfef24625e33e445f49a97a3d2290b07ced3 0.35 MB 1,059 71
296,022 296,022 00000000000000000a90c814cd88061935805496bc114e0d6fc1ce9d9c5760c9 0.05 MB 69 15
296,021 296,021 00000000000000007f88516d914f298c9cb7c756a376f9ed098dad5f71d81c22 0.48 MB 973 41
296,020 296,020 00000000000000009acd7d95956f284f3517508b24bde0a109b046772da6b6e2 0.15 MB 256 31
296,019 296,019 00000000000000004f25ebbded8fb1a8889481f6bb74bf4467332386e0c1fd44 0.11 MB 174 29
296,018 296,018 0000000000000000a8ec0f801152f5a218afa2b388a3bed215f8651ea7ab3195 0.17 MB 280 31
296,017 296,017 000000000000000028ba8d18b0d354ef2056fd09dec900605fd935f37fe16dd7 0.25 MB 265 18
296,016 296,016 0000000000000000435070dcf35bf8d8386fd71d2298cccf7b675e33f0360dcf 0.01 MB 32 10
296,015 296,015 000000000000000049f31f66ce36d260ff838f9ec837372854adb8bab38f78f2 0.50 MB 781 31
296,014 296,014 000000000000000095fa3912bce6f213b89717ca3805d96666221c12d1533cef 0.03 MB 32 9
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.