Memory Pool Memory Pool Refreshing

14,034 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (609,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,017 298,017 00000000000000000a7371f7d5abd102eb7cec0f84450792ab9271e1cfca2da3 0.35 MB 229 13
298,016 298,016 00000000000000002c371d1eb2f4a7afece81a90731d5f5f1bb12548aabbc188 0.35 MB 586 24
298,015 298,015 00000000000000002014d6411bfb4b120004b24dffd8e86da8bd332b34093725 0.35 MB 1,071 54
298,014 298,014 000000000000000026a569ba1a7472c656a42c86611d85cf91e4cdf1be97a14b 0.26 MB 484 32
298,013 298,013 00000000000000000e474211ddb070655893f1c74dce3e075e18ec25bdef4221 0.05 MB 79 44
298,012 298,012 00000000000000005461c27f85f6abdbfcb2dfebc566e95eef444281d47a596d 0.21 MB 378 41
298,011 298,011 00000000000000000aa715dec95196c7412555ee45077f3aa5c9f060b2b69d63 0.06 MB 89 30
298,010 298,010 00000000000000006995a5290285b6374ae093bfe3477e8c75abc1ae88373eb3 0.20 MB 283 31
298,009 298,009 00000000000000001c384c01a3bb729aeaf1b837c652cdf17179d0b74ea6fc42 0.04 MB 86 36
298,008 298,008 000000000000000003179453780b9dffca8bf11bd65d059c123106925f3bfd70 0.19 MB 273 24
298,007 298,007 00000000000000007da2948cb2e5b4ae0fd80596085cd02ff3c8c65846953e63 0.03 MB 61 16
298,006 298,006 00000000000000005a9b986ff5717d1d1e244df1d6853c8c5b47aaeae0ad00ee 0.70 MB 933 26
298,005 298,005 0000000000000000826cc9c21a920e486b90ed72bfaaa210007d9c0f703cfaf9 0.35 MB 468 23
298,004 298,004 000000000000000052c8100688ba4c0319f49341945bb7c4545d0058f2d22406 0.25 MB 616 54
298,003 298,003 00000000000000003ef8f16c9b83c889f07c588d94a964106825f1733893103d 0.02 MB 34 17
298,002 298,002 00000000000000006ec431d76977f6f2cdca848cd5026fdce79809cf0d2fcbaa 0.46 MB 776 34
298,001 298,001 0000000000000000889350c2e7875fd9d66961571d80f4d8a1b09cb24c27f3fb 0.05 MB 128 36
298,000 298,000 000000000000000047d2f2eb7278e3f4aded9acaf502f5ec27bab5018b5871f2 0.01 MB 29 19
297,999 297,999 0000000000000000935dfee26f6412e15e4714cab7b10c558123ece412455626 0.12 MB 96 18
297,998 297,998 000000000000000072fb1c7200b94e7b011155671d02bc349f97eae7a93650db 0.35 MB 606 35
297,997 297,997 00000000000000005f077e67d1c5463631f4ebd058178289418e2556b27e78e3 0.35 MB 658 31
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.