Memory Pool Memory Pool Refreshing

8,278 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (619,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,853 287,853 000000000000000085572f067014592cb69cbd9f0a6d0f9fe9821b0e17bbc720 0.46 MB 647 27
287,852 287,852 00000000000000005b42a1db0b0c19577f8c785a5cf9fc41c5a5a78472f2f185 0.28 MB 129 14
287,851 287,851 0000000000000000d61d1f1029b896957532e940cb79098b47a72e1f6d29112e 0.35 MB 610 37
287,850 287,850 0000000000000000f30724a0520cfb24d769a76d30ed129eae1b27e965232c5c 0.25 MB 511 39
287,849 287,849 000000000000000075750f9ed13d98881873f0343b0d70e0137fc60f0154cc71 0.02 MB 32 0
287,848 287,848 0000000000000000dc6bb87e382de0122da74d7bbc4e2d9e48c7b709bb8ca334 0.03 MB 46 33
287,847 287,847 0000000000000000144594619e4f98b74fc5dd23310ce03670c7bb31ec989032 0.27 MB 275 21
287,846 287,846 00000000000000009a811a44675809ad392a1b5b8c221878895b16bddcdae483 0.05 MB 44 12
287,845 287,845 0000000000000000bbef1fb3e1608689d45669e5f3d2ffa74b5695a9cabebf9d 0.08 MB 131 32
287,844 287,844 00000000000000015893aa9a10a0d2aa1d901c241ba930dfcfe37f740fa51050 0.13 MB 168 34
287,843 287,843 000000000000000002acb37cdddca4559d564f59e7b381415111dad4183a0500 0.50 MB 717 26
287,842 287,842 0000000000000000b384a60adcfb348efcc29ee42451d741f65d575dc2cefd3a 0.35 MB 995 52
287,841 287,841 0000000000000000cbc6903cca05c086e28f95e4f44fbb0ca94528e5c01cc80d 0.13 MB 217 41
287,840 287,840 0000000000000000e14ba61d1f08387644360c9133cec08ff13fe3ea2724d300 0.54 MB 902 27
287,839 287,839 0000000000000000227eae106ce9df911bcd9b8040a754bf029fd3cb2e1d6d89 0.19 MB 307 31
287,838 287,838 0000000000000000ade3ff723219c66bff801b28b5bea20b42dee185f9feb9b3 0.29 MB 626 35
287,837 287,837 0000000000000000d6f6a10d9ea2edd42a2235332cbc0055252d9b1c96b2d474 0.18 MB 349 35
287,836 287,836 00000000000000004baa6e52cc1b880aac17a8a2e50c54acd9cdd7284213cca2 0.38 MB 396 22
287,835 287,835 0000000000000000cf343d275dbdb310057d0719cef8fada7bbd331ea363069f 0.06 MB 98 65
287,834 287,834 0000000000000000bc5fed97142b3c0e9897a5a8b9f53bb8606d65b9e786b0f5 0.35 MB 823 36
287,833 287,833 000000000000000065dfec9ff4ff2505545217c76e220cca880b291bfe5f122e 0.06 MB 139 68
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.